File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The language server is located in the 'server' folder.
15
15
# How to run locally
16
16
* ` npm install ` to initialize the extension and the server
17
17
* ` npm run compile ` to compile the extension and the server
18
- * 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.
18
+ * 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.
19
19
* create a file ` test.txt ` , and type ` typescript ` . You should see a validation error.
20
20
* to debug the server use the 'Attach to Server' launch config.
21
- * set breakpoints in the client or the server.
21
+ * set breakpoints in the client or the server.
You can’t perform that action at this time.
0 commit comments