From 965c4e666e308d2b5f0cf0740f4718bdb76ae626 Mon Sep 17 00:00:00 2001 From: rugk Date: Mon, 23 Feb 2026 15:27:50 +0000 Subject: [PATCH] style(devcontainer): re-add omments to VSCode extensions --- .devcontainer/devcontainer.json | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bd13accd..e26cc86e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,17 +4,21 @@ "customizations": { "vscode": { "extensions": [ - "github.codespaces", - "xdebug.php-debug", - "bmewburn.vscode-intelephense-client", - "xdebug.php-pack", - "DEVSENSE.phptools-vscode", - "DEVSENSE.composer-php-vscode", - "EditorConfig.EditorConfig", - "dbaeumer.vscode-eslint", - "raymondcamden.CSSLint", - "recca0120.vscode-phpunit", - "hbenl.vscode-mocha-test-adapter" + "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", + // testing + "hbenl.vscode-mocha-test-adapter", + "recca0120.vscode-phpunit" ] }, "codespaces": {