From 4f25cc8f13b2ce8584e6e7fb15b2f1cde564faf1 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Fri, 3 Nov 2017 14:17:10 -0700 Subject: [PATCH] docs(readme): add note that language server is bundled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5704dcd..89768a4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Advanced PHP IntelliSense for Visual Studio Code. -**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.** +**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 do NOT need to install it manually though, it is bundled in this extension.** ## Installation