diff --git a/.vscode/tasks.json b/.vscode/tasks.json index d64e28717f0..063cbd17471 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -20,7 +20,7 @@ { "label": "Build Lsp", "type": "shell", - "command": "cargo check", + "command": "cargo build", "problemMatcher": "$rustc" }, {