revert change to "check" since "build" is intentional

This commit is contained in:
Bernardo 2019-03-10 14:57:30 +01:00
parent fe1df18a6e
commit 1926d76a6a

2
.vscode/tasks.json vendored
View file

@ -20,7 +20,7 @@
{ {
"label": "Build Lsp", "label": "Build Lsp",
"type": "shell", "type": "shell",
"command": "cargo check", "command": "cargo build",
"problemMatcher": "$rustc" "problemMatcher": "$rustc"
}, },
{ {