From ffd0e51823e9394c3c47b25f1f8e2c1a1dd2d524 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Mon, 24 Nov 2025 09:44:00 +0100 Subject: [PATCH] Remove outdated rust-analyzer config --- src/etc/rust_analyzer_eglot.el | 4 +--- src/etc/rust_analyzer_helix.toml | 2 -- src/etc/rust_analyzer_zed.json | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/etc/rust_analyzer_eglot.el b/src/etc/rust_analyzer_eglot.el index d33760007c325..7a3f874c62d1b 100644 --- a/src/etc/rust_analyzer_eglot.el +++ b/src/etc/rust_analyzer_eglot.el @@ -1,8 +1,7 @@ ((rustic-mode .((eglot-workspace-configuration . (:rust-analyzer - ( :check ( :invocationLocation "root" - :invocationStrategy "once" + ( :check ( invocationStrategy "once" :overrideCommand ["python3" "x.py" "check" @@ -20,7 +19,6 @@ :procMacro ( :server "build-rust-analyzer/host/stage0/libexec/rust-analyzer-proc-macro-srv" :enable t) :cargo ( :buildScripts ( :enable t - :invocationLocation "root" :invocationStrategy "once" :overrideCommand ["python3" "x.py" diff --git a/src/etc/rust_analyzer_helix.toml b/src/etc/rust_analyzer_helix.toml index e2de2a374cbed..cc21788388346 100644 --- a/src/etc/rust_analyzer_helix.toml +++ b/src/etc/rust_analyzer_helix.toml @@ -18,7 +18,6 @@ linkedProjects = [ ] [language-server.rust-analyzer.config.check] -invocationLocation = "root" invocationStrategy = "once" overrideCommand = [ "python3", @@ -50,7 +49,6 @@ RUSTC_BOOTSTRAP = "1" [language-server.rust-analyzer.config.cargo.buildScripts] enable = true -invocationLocation = "root" invocationStrategy = "once" overrideCommand = [ "python3", diff --git a/src/etc/rust_analyzer_zed.json b/src/etc/rust_analyzer_zed.json index d98a082a9b8ad..49f3b0d4f91d5 100644 --- a/src/etc/rust_analyzer_zed.json +++ b/src/etc/rust_analyzer_zed.json @@ -5,7 +5,6 @@ "cargo": { "buildScripts": { "enable": true, - "invocationLocation": "root", "invocationStrategy": "once", "overrideCommand": [ "python3", @@ -23,7 +22,6 @@ "sysrootSrc": "./library" }, "check": { - "invocationLocation": "root", "invocationStrategy": "once", "overrideCommand": [ "python3",