Skip to content

Commit 154d891

Browse files
committed
build(vscode): update .devcontainer and settings.json
1 parent ed6a353 commit 154d891

File tree

3 files changed

+426
-568
lines changed

3 files changed

+426
-568
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// Add the IDs of extensions you want installed when the container is created.
1515
"extensions": [
16-
"felixfbecker.php-debug",
16+
"xdebug.php-debug",
1717
"bmewburn.vscode-intelephense-client",
1818
"davidanson.vscode-markdownlint",
1919
"mhutchie.git-graph",

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"**/vendor/**/vendor/**"
1616
],
1717
"php.suggest.basic": false,
18-
"php.validate.executablePath": "/usr/bin/php",
18+
"php.validate.executablePath": "/usr/local/bin/php",
1919
//
2020
"[php]": {
2121
"editor.defaultFormatter": "junstyle.php-cs-fixer",

0 commit comments

Comments
 (0)