Fix rust-analyzer vscode extension
This commit is contained in:
parent
d2187b8dd8
commit
fd6ce3be67
1 changed files with 2 additions and 2 deletions
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"matklad.rust-analyzer",
|
"rust-lang.rust-analyzer",
|
||||||
"jnoortheen.nix-ide"
|
"jnoortheen.nix-ide"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue