diff --git a/vscode-settings.nix b/vscode-settings.nix index 40bede1..8e02c04 100644 --- a/vscode-settings.nix +++ b/vscode-settings.nix @@ -128,7 +128,6 @@ "ruby.codeCompletion" = "rcodetools"; "ruby.format" = "prettier"; "ruby.intellisense" = "rubyLocate"; - "rust-analyzer.server.path" = "${pkgs.rust-analyzer}/bin/rust-analyzer"; "rust-analyzer.check.command" = "clippy"; "rust-analyzer.check.extraArgs" = [ "--" "-W" "clippy::pedantic" ]; "rust-analyzer.debug.openDebugPane" = true;