diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0d98c1c..b68c2e4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,5 +9,8 @@ "msjsdiag.debugger-for-chrome", "neilbrayfield.php-docblocker" ], + "settings": { + "php.executablePath": null + }, "postCreateCommand": "echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes" } \ No newline at end of file