aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/tasks.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index d64e28717..063cbd174 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -20,7 +20,7 @@
20 { 20 {
21 "label": "Build Lsp", 21 "label": "Build Lsp",
22 "type": "shell", 22 "type": "shell",
23 "command": "cargo check", 23 "command": "cargo build",
24 "problemMatcher": "$rustc" 24 "problemMatcher": "$rustc"
25 }, 25 },
26 { 26 {