mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
make rust analyzer work
This commit is contained in:
parent
f32a22f1d9
commit
edf9436595
2 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
||||
"git.confirmSync" = false;
|
||||
"debug.allowBreakpointsEverywhere" = false;
|
||||
"rust-analyzer.server.path" = "rust-analyzer";
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
jnoortheen.nix-ide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue