pull/301/merge
Ali Pandidan 2018-04-28 21:17:09 +00:00 committed by GitHub
commit c235688327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.