don't hardcode rust-analyzer server path
This commit is contained in:
parent
828f64dea0
commit
a6a5b29fcc
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@
|
||||||
"ruby.codeCompletion" = "rcodetools";
|
"ruby.codeCompletion" = "rcodetools";
|
||||||
"ruby.format" = "prettier";
|
"ruby.format" = "prettier";
|
||||||
"ruby.intellisense" = "rubyLocate";
|
"ruby.intellisense" = "rubyLocate";
|
||||||
"rust-analyzer.server.path" = "${pkgs.rust-analyzer}/bin/rust-analyzer";
|
|
||||||
"rust-analyzer.check.command" = "clippy";
|
"rust-analyzer.check.command" = "clippy";
|
||||||
"rust-analyzer.check.extraArgs" = [ "--" "-W" "clippy::pedantic" ];
|
"rust-analyzer.check.extraArgs" = [ "--" "-W" "clippy::pedantic" ];
|
||||||
"rust-analyzer.debug.openDebugPane" = true;
|
"rust-analyzer.debug.openDebugPane" = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue