fix(devcontainer): make it possible to run mocha tests in VSCode using different extension

Indeed https://github.com/maty21/mocha-sidebar/issues/181#issuecomment-1016768595 seems to work and pointed me to a better extension.
This works better than maty.vscode-mocha-sidebar which could not find nyc.
This commit is contained in:
rugk
2026-02-23 14:44:21 +00:00
parent 47c986a781
commit 809a79bd3e
4 changed files with 23 additions and 20 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
"recommendations": [
"recca0120.vscode-phpunit",
"onecentlin.phpunit-snippets",
"devsense.profiler-php-vscode"
"devsense.profiler-php-vscode",
"spoonscen.es6-mocha-snippets"
]
}