aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/.cargo/config b/.cargo/config
index b9db30c96..3fba0f71d 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,8 +1,10 @@
1[alias] 1[alias]
2# Automatically generates the ast and syntax kinds files 2# Automatically generates the ast and syntax kinds files
3gen-syntax = "run --package tools --bin tools -- gen-syntax" 3gen-syntax = "run --package tools --bin tools -- gen-syntax"
4# Extracts the tests from 4# Extracts the tests from
5gen-tests = "run --package tools --bin tools -- gen-tests" 5gen-tests = "run --package tools --bin tools -- gen-tests"
6# Installs ra_lsp_server
7install-lsp = "install --path crates/ra_lsp_server --force"
6# Installs the visual studio code extension 8# Installs the visual studio code extension
7install-code = "run --package tools --bin tools -- install-code" 9install-code = "run --package tools --bin tools -- install-code"
8# Formats the full repository or installs the git hook to do it automatically. 10# Formats the full repository or installs the git hook to do it automatically.