Skip to content

Commit

Permalink
doc: add LSP canary section to contribution guide (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Jul 10, 2024
1 parent ea4b0f0 commit 38f048d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions runtime/manual/references/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ users, combine the following into your workspace file:
}
```

To use a development version of the LSP in VSCode:

1. Install and enable the
[Deno VSCode extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)
2. Update your VSCode settings and point `deno.path` to your development binary:

```jsonc
// .vscode/settings.json
{
"deno.path": "/path/to/your/deno/target/debug/deno"
}
```

Languages: **Rust**, **JavaScript**, **TypeScript**

### [`deno_std`](https://github.com/denoland/deno_std)
Expand Down

0 comments on commit 38f048d

Please sign in to comment.