style(devcontainer): re-add omments to VSCode extensions

This commit is contained in:
rugk
2026-02-23 15:27:50 +00:00
parent 72c8769bcb
commit 965c4e666e

View File

@@ -5,16 +5,20 @@
"vscode": {
"extensions": [
"github.codespaces",
// PHP from https://github.com/devcontainers/templates/tree/main/src/php
"xdebug.php-debug",
"bmewburn.vscode-intelephense-client",
"xdebug.php-pack",
// PHP
"DEVSENSE.phptools-vscode",
"DEVSENSE.composer-php-vscode",
// linting
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"raymondcamden.CSSLint",
"recca0120.vscode-phpunit",
"hbenl.vscode-mocha-test-adapter"
// testing
"hbenl.vscode-mocha-test-adapter",
"recca0120.vscode-phpunit"
]
},
"codespaces": {