I have a development environment based in docker.
Everytime that I open VSCode I get this message:
Cannot validate since no PHP executable is set.
"php.validate.executablePath": "C:/php/php.exe" wont work due to incorect escaping
"php.validate.executablePath": "C:/php/php.exe"
try this;
"php.validate.executablePath": "C:\\php\\php.exe"