Fixed rust analyzer being broken through nix2vscode

This commit is contained in:
2024-09-03 11:36:54 -03:00
parent efec5879d0
commit f71e4d13bc

View File

@@ -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;