Skip to content

Commit

Permalink
Merge pull request JSMonk#243 from Raynos/docs-vs-code-ext
Browse files Browse the repository at this point in the history
docs: Clarify VS code extension instructions
  • Loading branch information
JSMonk committed May 24, 2020
2 parents f5af04e + e0f0d1e commit 02d43b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"files.trimTrailingWhitespace": false
}
4 changes: 3 additions & 1 deletion packages/docs/src/docs/docs/editor-plugins.mdx
Expand Up @@ -26,7 +26,9 @@ To run the extension in debug mode you need to:
$ git clone https://github.com/JSMonk/hegel
```

2. Open `hegel/packages/language-server` in Visual Studio Code
2. Add `hegel/packages/language-server` to your VS code workspace. Do not
open `hegel` or add `hegel` to your workspace, otherwise "Run and Debug" cannot
find the `.vscode/launch.json` configuration.

3. Go to the "Run and Debug" section

Expand Down

0 comments on commit 02d43b2

Please sign in to comment.