mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
revert change to "check" since "build" is intentional
This commit is contained in:
parent
fe1df18a6e
commit
1926d76a6a
1 changed files with 1 additions and 1 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -20,7 +20,7 @@
|
||||||
{
|
{
|
||||||
"label": "Build Lsp",
|
"label": "Build Lsp",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cargo check",
|
"command": "cargo build",
|
||||||
"problemMatcher": "$rustc"
|
"problemMatcher": "$rustc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue