Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Adding run test codelens (don't merge until vscode 0.0.4 is out) #223

Merged
merged 1 commit into from
Aug 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/getting_started/03_language_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The Client component is usually an editor plugin that launches the Server. It co

Currently, Noir provides a Language Client for Visual Studio Code via the [vscode-noir](https://github.com/noir-lang/vscode-noir) extension. You can install it via the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=noir-lang.vscode-noir).

Noir also provides some useful codelenses you can use through the LSP, such as `Run Test`.

### Configuration

* __Noir: Enable LSP__ - If checked, the extension will launch the Language Server via `nargo lsp` and communicate with it.
Expand Down