Update README.md

This commit is contained in:
Raymond Camden
2018-04-06 14:38:59 -05:00
committed by GitHub
parent cda4872b9f
commit 7082ab9eee

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 this folder in VS Code. In the Debug viewlet, run 'Launch Client' from drop-down to launch the extension and attach to the extension.
* open thie `client` 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.
* set breakpoints in the client or the server.