From 03f559c7615689c4a03400b13efd42d81e79213d Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Wed, 12 Oct 2016 10:27:51 +0200 Subject: [PATCH] Document executablePath setting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148e68b..cb54abe 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ instead of relying on naive regular expression parsing. **Note: This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP [in its own repository](https://github.com/felixfbecker/php-language-server), all features need to be implemented there and all issues should be reported there.** -You need at least PHP 7 installed and in your PATH for the extension to work. +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. ## Features