]> git.lizzy.rs Git - rust.git/commitdiff
revert change to "check" since "build" is intentional
authorBernardo <berublan@gmail.com>
Sun, 10 Mar 2019 13:57:30 +0000 (14:57 +0100)
committerBernardo <berublan@gmail.com>
Sun, 10 Mar 2019 13:57:30 +0000 (14:57 +0100)
.vscode/tasks.json

index d64e28717f0d7eaed820ffbcb89d92fe6bf6fd8f..063cbd174713a27f9b8a0980c41f27bc152c8eb3 100644 (file)
@@ -20,7 +20,7 @@
     {
       "label": "Build Lsp",
       "type": "shell",
-      "command": "cargo check",
+      "command": "cargo build",
       "problemMatcher": "$rustc"
     },
     {