I choose the 7.0.19 version since that what MAMP is using.
Here is how the settings for PHP looks like in Visual Studio Code right now:
{
"window.zoomLevel": 0,
"php.validate.enable": true,
"php.validate.executablePath": "D:\\Software\\MAMP\\bin\\php\\php7.0.19.exe",
"php.validate.run": "onType",
"[php]": {
}
}
And here is an error message:
Cannot validate since D:\Software\MAMP\bin\php\php7.0.19.exe is not a valid php executable. Use the setting 'php.validate.executablePath' to configure the PHP
Any ideas why it doesn't work?