Skip to content

Commit 78ecd9b

Browse files
authored
Merge pull request #55 from cfjedimaster/patch-1
Update README.md
2 parents cda4872 + 3ca04aa commit 78ecd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-sample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The language server is located in the 'server' folder.
1515
# How to run locally
1616
* `npm install` to initialize the extension and the server
1717
* `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.
1919
* create a file `test.txt`, and type `typescript`. You should see a validation error.
2020
* 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.

0 commit comments

Comments
 (0)