Set clippy as the default build task
Also configure CodeLLDB as a recommended extension.
This commit is contained in:
parent
e51f9eb4fd
commit
b94356dfb7
3 changed files with 21 additions and 6 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"rust-lang.rust-analyzer",
|
||||
"vadimcn.vscode-lldb",
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue