diff options
author | Bernardo <[email protected]> | 2019-03-10 13:57:30 +0000 |
---|---|---|
committer | Bernardo <[email protected]> | 2019-03-10 13:57:30 +0000 |
commit | 1926d76a6acf091f349bf3523522bbae232f5113 (patch) | |
tree | a7bb22b6f2177b1abf26fd8abc78cdb851b4fae3 | |
parent | fe1df18a6e1ee61d18a2b78bfd084ef382814f6a (diff) |
revert change to "check" since "build" is intentional
-rw-r--r-- | .vscode/tasks.json | 2 |
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 | { |