`rust-lang.rust-analyzer` is clearly something all contributors should install. `vadimcn.vscode-lldb` is maybe debatable, but I think this is often better that print-debugging.
12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"recommendations": [
|
|
"rust-lang.rust-analyzer",
|
|
"tamasfe.even-better-toml",
|
|
"vadimcn.vscode-lldb",
|
|
|
|
// Useful if touching files in .github/workflows, though most
|
|
// contributors will not be doing that?
|
|
// "github.vscode-github-actions",
|
|
]
|
|
}
|