Files
stacks-puppet-node/.vscode/extensions.json
Matthew Little eb8f237c0c chore: update vscode rust-analyzer extension ID
The `matklad.rust-analyzer` vscode rust extension changed to `rust-lang.rust-analyzer` in Feb 2022, see https://blog.rust-lang.org/2022/02/21/rust-analyzer-joins-rust-org.html -- this fixes the vscode error prompt due to the no longer existent plugin ID being specified
2022-05-24 17:29:21 +02:00

9 lines
167 B
JSON

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