Author: Garrett W. (garrettw) Committer: Derick Rethans (derickr) Date: 2025-07-31T17:45:27+01:00
Commit: https://github.com/php/web-php/commit/28a1e418e47173f1c7be64ee5c20492e71b63bbc Raw diff: https://github.com/php/web-php/commit/28a1e418e47173f1c7be64ee5c20492e71b63bbc.diff rm non de-facto-standard extensions Changed paths: M .devcontainer/devcontainer.json Diff: diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 15ba61a15b..d1411c2902 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,9 +18,7 @@ "extensions": [ "DEVSENSE.composer-php-vscode", "editorconfig.editorconfig", - "junstyle.php-cs-fixer", - "ms-vscode.makefile-tools", - "recca0120.vscode-phpunit" + "ms-vscode.makefile-tools" ] } },