From 8b43af20b2d8cb4f2b2bf5facc523fab415c8cd6 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sun, 4 Sep 2016 11:52:07 +0200 Subject: [PATCH] Add note for symlinks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f4f4e0..f74dd90 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ npm run compile code . ``` The last command will open the folder in VS Code. Hit `F5` to launch an Extension Development Host with the extension. +For working on the language server, the easiest way is to replace the language server installation from composer in `vendor/felixfbecker/language-server` with a symlink to your local clone. ## Contributing