Skip to content

Commit

Permalink
Merge pull request microsoft#59 from nikeee/patch-1
Browse files Browse the repository at this point in the history
Change `client` folder to `lsp-sample`
  • Loading branch information
dbaeumer authored Apr 16, 2018
2 parents 269a2de + 1e848ae commit 6e1cd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6e1cd27

Please sign in to comment.