mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
sadly, we support only a single language atm
This commit is contained in:
parent
505bd45bcc
commit
ab9fef1ee2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ To build rust-analyzer, you need:
|
||||||
* latest stable rust for language server itself
|
* latest stable rust for language server itself
|
||||||
* latest stable npm and VS Code for VS Code extension (`code` should be a path)
|
* latest stable npm and VS Code for VS Code extension (`code` should be a path)
|
||||||
|
|
||||||
For setup for other languages, see [./docs/user](./docs/user).
|
For setup for other editors, see [./docs/user](./docs/user).
|
||||||
|
|
||||||
```
|
```
|
||||||
# clone the repo
|
# clone the repo
|
||||||
|
|
Loading…
Reference in a new issue