Skip to content

Commit 4372f21

Browse files
committed
More docs
1 parent 38141f0 commit 4372f21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ To run the developer version of both the language server and the vscode extensio
9292
- Go to the debugging panel
9393
- Make sure "Run VSCode Extension" is selected, and hit run
9494

95+
This launches a new vscode window and a watcher for your changes.
96+
In this dev window you can choose an existing Svelte project to work against, when you make changes to the extension or language server you can use the command "Reload Window" in the VS Code command palette to see you changes.
97+
9598
### Running Tests
9699

97100
You might think that as a language server, you'd need to handle a lot of back and forth between APIs, but actually it's mostly high-level JavaScript objects which are passed to the [npm module vscode-languageserver](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide).

0 commit comments

Comments
 (0)