问题场景:
解决visual studio code 问题:php.validate.executablePath:
例如:visual studio code中运行会报错,并且跳到settings.json文件中让你添加,php路径,我使用的是Phpstudy 小皮的
问题描述
提示:php.validate.executablePath:
例如:运行中出现
php.validate.executablePath或者添加成这样也会出问题E:\phpstudy_pro\Extensions\php\php5.6.9nts\php.exe
解决方案:
提示:这里填写该问题的具体解决方案:
{ "php.validate.executablePath": "E:\\phpstudy_pro\\Extensions\\php\\php5.6.9nts\\php.exe"}
或者
{ "workbench.colorTheme": "Visual Studio Light", "editor.renderControlCharacters": true, "php.validate.executablePath": "E:\\phpstudy_pro\\Extensions\\php\\php5.6.9nts\\php.exe"}
来源地址:https://blog.csdn.net/qq_34594929/article/details/127446294