在要求输入邮箱的文本域,请填写真实的邮件地址。非真实邮件地址,将收不到回复信息。

Visual Studio(VS) Code提示php.executablePath配置问题

IT相关 清风 2717℃ 0评论

Visual Studio Code 安装php插件后提示:

PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting

Visual Studio(VS) Code提示php.executablePath配置问题-第0张图片

打开VS Code设置查找到php.validate.executablePath进行修改,其值是php安装目录。

Visual Studio(VS) Code提示php.executablePath配置问题-第1张图片

{
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "java.semanticHighlighting.enabled": true,
    "php.validate.executablePath": "F:\\phpstudy_pro\\Extensions\\php\\php7.3.4nts"
}
Visual Studio(VS) Code提示php.executablePath配置问题-第2张图片
Visual Studio(VS) Code提示php.executablePath配置问题-第3张图片



转载请注明:清风亦平凡 » Visual Studio(VS) Code提示php.executablePath配置问题

喜欢 (20)or分享 (0)
支付宝扫码打赏 支付宝扫码打赏 微信打赏 微信打赏
头像
发表我的评论
取消评论

CAPTCHA Image
Reload Image
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址