Merge pull request #59 from nikeee/patch-1

Change `client` folder to `lsp-sample`
This commit is contained in:
Dirk Bäumer
2018-04-16 10:50:58 +02:00
committed by GitHub

View File

@ -15,7 +15,7 @@ The language server is located in the 'server' folder.
# How to run locally
* `npm install` to initialize the extension and the server
* `npm run compile` to compile the extension and the server
* open the `client` folder in VS Code. In the Debug viewlet, run 'Launch Client' from drop-down to launch the extension and attach to the extension.
* open the `lsp-sample` folder in VS Code. In the Debug viewlet, run 'Launch Client' from drop-down to launch the extension and attach to the extension.
* create a file `test.txt`, and type `typescript`. You should see a validation error.
* to debug the server use the 'Attach to Server' launch config.
* set breakpoints in the client or the server.