From 5609f0534edabcadbdf8104b98e8fd411d72c116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Sun, 26 Apr 2026 17:57:27 +0200 Subject: [PATCH] vscode: featurefull extension The listed extension provides complete support for PHP frameworks, IntelliSense, debugging, profiling, starred suggestions, and testing. Moreover, the extension provides more features for VSCode developers for free. --- src/php/.devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/php/.devcontainer/devcontainer.json b/src/php/.devcontainer/devcontainer.json index c3b4f26a2a..9ffd6f0414 100644 --- a/src/php/.devcontainer/devcontainer.json +++ b/src/php/.devcontainer/devcontainer.json @@ -36,8 +36,7 @@ }, // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "xdebug.php-debug", - "bmewburn.vscode-intelephense-client", + "devsense.phptools-vscode", "mrmlnc.vscode-apache" ] }