Skip to content

Commit

Permalink
docs: vscode extension link
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Sep 1, 2023
1 parent 94e5b9c commit 68e0da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ nav_order: 3
# Installation

{: .note }
Installation requires a [local Rust and Cargo installation](https://doc.rust-lang.org/cargo/getting-started/installation.html).
This step requires a [local Rust and Cargo installation](https://doc.rust-lang.org/cargo/getting-started/installation.html).

Checkout the code from the [Git repository](https://github.com/oxlip-lang/oal) and run:

```
cargo install --path oal-client
```

A [VSCode language extension](https://github.com/oxlip-lang/oal-vscode) is also available for syntax highlighting and IDE integration.
A [VSCode language extension](https://marketplace.visualstudio.com/items?itemName=e7bastien.oxlip-lang) is also available for syntax highlighting and IDE integration.
2 changes: 1 addition & 1 deletion src/doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ target = "openapi.yaml"

## LSP server
The `oal-lsp` binary is the LSP server for integration with Visual Studio Code.
The installation path to the `oal-lsp` binary must be given to the [VSCode language extension](https://github.com/oxlip-lang/oal-vscode).
The installation path to the `oal-lsp` binary must be given to the [VSCode language extension](https://marketplace.visualstudio.com/items?itemName=e7bastien.oxlip-lang).

0 comments on commit 68e0da7

Please sign in to comment.