mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
rust analyzer
This commit is contained in:
parent
edf9436595
commit
4e6c0bef6b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
||||
"git.confirmSync" = false;
|
||||
"debug.allowBreakpointsEverywhere" = false;
|
||||
"rust-analyzer.server.path" = "rust-analyzer";
|
||||
"rust-analyzer.server.path" = lib.getExe' pkgs.rustup "rust-analyzer";
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
jnoortheen.nix-ide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue