From e6e08dda2fc4a641f572bb9efa27415622d4ca6f Mon Sep 17 00:00:00 2001 From: Ali Pandidan Date: Sun, 29 Apr 2018 01:45:10 +0430 Subject: [PATCH] Adding php.validate.executablePath According to Visual Studio manuals php executable path is now `php.validate.executablePath` https://code.visualstudio.com/docs/languages/php --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 393618a..ef37a1d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Advanced PHP IntelliSense for Visual Studio Code. ## Installation -You need at least PHP 7 installed for the extension to work. You can either add it to your PATH or set the `php.executablePath` setting. +You need at least PHP 7 installed for the extension to work. You can either add it to your PATH or set the `php.validate.executablePath` setting. I recommend to disable VS Code's built-in PHP IntelliSense by setting `php.suggest.basic` to `false` to avoid duplicate suggestions.