سلام
وقت بخیر من تنظیمات json رو به شکل زیر تغییردادم
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.iconTheme": "easy-icons",
"explorer.confirmDelete": false,
"files.autoSave": "afterDelay",
"[jsonc]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace"
},
"[search-result]": {
"editor.lineNumbers": "off"
},
"files.associations": {
"**/*.html": "html",
"**/templates/**/*.html": "django-html",
"**/templates/**/*": "django-txt",
"**/requirements{/**,*}.{txt,in}": "pip-requirements"
}
{
"php.validate.executablePath": "C:\\\\xampp\\\\php\\\\php.exe",
"php.executablePath": "C:\\\\xampp\\\\php\\\\php.exe"
}
}
ولی همچنان با ارور
PHP executable not found. Install PHP and add it to your PATH or set the php.debug.executablePath setting
مواجه میشم.