Skip to content

Commit

Permalink
docs: Add entry for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Dec 28, 2024
1 parent 2181d17 commit 77c4eb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/content/docs/reference/Supported-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ Extensions which have built-in support for `mise`:
- [Elixir](https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls)
will look for `mise` and install the lsp server automatically

Extensions that are not supported:
- [Rust](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) does not offer to update the cargo path automatically. See [this discussion](https://github.com/hverlin/mise-vscode/discussions/70) for workarounds.

If you would like to add one, you can open a PR that updates
[src/utils/supportedExtensions.ts](https://github.com/hverlin/mise-vscode/blob/main/src/utils/supportedExtensions.ts)

0 comments on commit 77c4eb6

Please sign in to comment.