From 1926d76a6acf091f349bf3523522bbae232f5113 Mon Sep 17 00:00:00 2001 From: Bernardo Date: Sun, 10 Mar 2019 14:57:30 +0100 Subject: revert change to "check" since "build" is intentional --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') 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 @@ { "label": "Build Lsp", "type": "shell", - "command": "cargo check", + "command": "cargo build", "problemMatcher": "$rustc" }, { -- cgit v1.2.3