Ensure php is loaded from the correct path

This commit is contained in:
Manuel Thalmann 2019-10-27 17:46:42 +00:00
parent aeb85de82a
commit c7b9118298

View file

@ -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"
}