From 7bd38fb927013e47015abb2e0fd5c2df7261019c Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Thu, 24 Jan 2019 03:41:23 +0900 Subject: Add install-lsp subcommand --- .cargo/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.cargo') diff --git a/.cargo/config b/.cargo/config index b9db30c96..3fba0f71d 100644 --- a/.cargo/config +++ b/.cargo/config @@ -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. -- cgit v1.2.3