mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Update README.md
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user