burrow/.vscode/extensions.json
Conrad Kramer b94356dfb7 Set clippy as the default build task
Also configure CodeLLDB as a recommended extension.
2023-06-03 13:00:06 -04:00

6 lines
No EOL
88 B
JSON

{
"recommendations": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb",
]
}