ekmungai/eloquent-ifrs

View on GitHub
ifrs.code-workspace

Summary

Maintainability
Test Coverage
{
    "folders": [
        {
            "path": "."
        }
    ],
    "settings": {
        "git.ignoreLimitWarning": true
    },
    "launch": {
        "version": "0.2.0",
        "configurations": [
            {
                "name": "Listen for Xdebug",
                "type": "php",
                "request": "launch",
                "port": 9000
            },
        ]
    }
}