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

Commit

Permalink
adding run test codelens
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Jul 7, 2023
1 parent ad1a0a3 commit b980f20
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit b980f20

Please sign in to comment.