diff --git a/.vscode/extensions.json b/.vscode/extensions.json index dd5dac52..8d6532aa 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,11 @@ { "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", ] }