File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
[alias]
2
2
# Automatically generates the ast and syntax kinds files
3
3
gen-syntax = "run --package tools --bin tools -- gen-syntax"
4
- # Extracts the tests from
4
+ # Extracts the tests from
5
5
gen-tests = "run --package tools --bin tools -- gen-tests"
6
+ # Installs ra_lsp_server
7
+ install-lsp = "install --package ra_lsp_server --force"
6
8
# Installs the visual studio code extension
7
9
install-code = "run --package tools --bin tools -- install-code"
8
10
# Formats the full repository or installs the git hook to do it automatically.
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ $ cargo run --package ra_cli parse < crates/ra_syntax/src/lib.rs
29
29
$ cargo run --package ra_cli symbols < crates/ra_syntax/src/lib.rs
30
30
31
31
# install the language server
32
+ $ cargo install-lsp
33
+ or
32
34
$ cargo install --path crates/ra_lsp_server
33
35
```
34
36
You can’t perform that action at this time.
0 commit comments