Fixed rust analyzer being broken through nix2vscode
This commit is contained in:
@@ -35,7 +35,8 @@ in {
|
||||
|
||||
enableUpdateCheck = false;
|
||||
enableExtensionUpdateCheck = false;
|
||||
extensions = with plugins; [
|
||||
extensions = with plugins;
|
||||
[
|
||||
# General extensions
|
||||
|
||||
## Code Completion
|
||||
@@ -73,7 +74,6 @@ in {
|
||||
ms-python.python
|
||||
|
||||
## Rust language extensions
|
||||
rust-lang.rust-analyzer
|
||||
serayuzgur.crates
|
||||
tamasfe.even-better-toml
|
||||
vadimcn.vscode-lldb
|
||||
@@ -83,6 +83,9 @@ in {
|
||||
|
||||
## Tex
|
||||
james-yu.latex-workshop
|
||||
]
|
||||
++ [
|
||||
pkgs.vscode-extensions.rust-lang.rust-analyzer
|
||||
];
|
||||
userSettings = {
|
||||
"editor.linkedEditing" = true;
|
||||
|
||||
Reference in New Issue
Block a user