mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
rust analyzer
This commit is contained in:
parent
4cb54cbd26
commit
4149cdb268
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
"debug.allowBreakpointsEverywhere" = 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; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue