Add note for symlinks

pull/3/head
Felix Becker 2016-09-04 11:52:07 +02:00
parent 112bf95560
commit 8b43af20b2
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ npm run compile
code . code .
``` ```
The last command will open the folder in VS Code. Hit `F5` to launch an Extension Development Host with the extension. 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 ## Contributing