Fix rust-analyzer
This commit is contained in:
parent
036a279ba1
commit
e7557d0d55
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
|||
"typescript"
|
||||
];
|
||||
"prettier.useTabs" = true;
|
||||
"rust-analyzer.server.path" = "${pkgs.fenix.rust-analyzer}";
|
||||
"rust-analyzer.server.path" = "${pkgs.fenix.rust-analyzer}/bin/rust-analyzer";
|
||||
"rust-analyzer.updates.prompt" = false;
|
||||
"rust-analyzer.updates.checkOnStartup" = false;
|
||||
"rust-analyzer.cargo.loadOutDirsFromCheck" = true;
|
||||
|
|
Loading…
Reference in a new issue