mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
revert change to "check" since "build" is intentional
This commit is contained in:
parent
fe1df18a6e
commit
1926d76a6a
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 New Issue
Block a user