I\'m running windows 10 fresh copy and I just installed visual studio code. I was trying to develop a PHP project using VS Code. But I\'m having trouble in setting up the en
For me this setting was working. In my windows 8.1 the path for php7 is
C:\user\test\tools\php7\php.exe
settings.json
{ "php.executablePath":"/user/test/tools/php7/php.exe", "php.validate.executablePath": "/user/test/tools/php7/php.exe" }
see also https://github.com/microsoft/vscode/issues/533