feat: add basic support for debugging and working with devcontainer

For GitHub Codespaces e.g.
This commit is contained in:
rugk
2023-08-24 21:41:50 +00:00
committed by El RIDO
parent 48079483be
commit b2e4920aa2
3 changed files with 88 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"recommendations": [
"recca0120.vscode-phpunit",
"onecentlin.phpunit-snippets",
"devsense.profiler-php-vscode"
]
}