mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 03:03:21 +00:00
Add install-lsp subcommand
This commit is contained in:
parent
0b942cbcb0
commit
7bd38fb927
@ -1,8 +1,10 @@
|
||||
[alias]
|
||||
# Automatically generates the ast and syntax kinds files
|
||||
gen-syntax = "run --package tools --bin tools -- gen-syntax"
|
||||
# Extracts the tests from
|
||||
# Extracts the tests from
|
||||
gen-tests = "run --package tools --bin tools -- gen-tests"
|
||||
# Installs ra_lsp_server
|
||||
install-lsp = "install --path crates/ra_lsp_server --force"
|
||||
# Installs the visual studio code extension
|
||||
install-code = "run --package tools --bin tools -- install-code"
|
||||
# Formats the full repository or installs the git hook to do it automatically.
|
||||
|
Loading…
Reference in New Issue
Block a user