brokeyourbike/zenith-bank-api-client-php

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/php
{
    "name": "zenith-bank-api-client-php",

    // More info: https://containers.dev/guide/dockerfile
    "build": {
        "dockerfile": "Dockerfile"
    },

    // Configure tool-specific properties.
    "customizations": {
        "vscode": {
            "extensions": [
                "bmewburn.vscode-intelephense-client",
                "calebporzio.better-phpunit",
                "neilbrayfield.php-docblocker",
                "MehediDracula.php-namespace-resolver"
            ]
        }
    }
}