brokeyourbike/clearbank-api-client-go

View on GitHub
.devcontainer/devcontainer.json

Summary

Maintainability
Test Coverage
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/go
{
    "name": "clearbank-api-client-go",
    "image": "mcr.microsoft.com/devcontainers/go:1.22",
    "features": {
        "ghcr.io/brokeyourbike/devcontainer-features/staticcheck:0": {
            "version": "2023.1.5"
        },
        "ghcr.io/brokeyourbike/devcontainer-features/mockery-go:0": {
            "version": "2.42.0"
        }
    },
    "customizations": {
        "vscode": {
            "extensions": [
                "golang.Go"
            ]
        }
    }
}