mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +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",
|
||||
"type": "shell",
|
||||
"command": "cargo check",
|
||||
"command": "cargo build",
|
||||
"problemMatcher": "$rustc"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue