From e98da44568ac28b1cdfff0e2417f3698d63f1f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:19:29 +0000 Subject: [PATCH 1/2] chore(deps): update dependency rust-lang/rust-analyzer to v2026-08-17 --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 46b9dce..12c4fc5 100644 --- a/plugin.py +++ b/plugin.py @@ -41,7 +41,7 @@ Terminus = None -TAG = "2026-08-03" +TAG = "2026-08-17" """ Update this single git tag to download a newer version. After changing this tag, go through the server settings again to see From f462e9fd6892dacb3c64e730916c81feea7f7666 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Aug 2026 06:20:06 +0000 Subject: [PATCH 2/2] chore: update --- LSP-rust-analyzer.sublime-settings | 3 --- sublime-package.json | 9 ++------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/LSP-rust-analyzer.sublime-settings b/LSP-rust-analyzer.sublime-settings index 971a4b3..16596e4 100644 --- a/LSP-rust-analyzer.sublime-settings +++ b/LSP-rust-analyzer.sublime-settings @@ -18,9 +18,6 @@ "assist.expressionFillDefault": "todo", // Prefer to use `Self` over the type name when inserting a type (e.g. in "fill match arms" assist). "assist.preferSelf": false, - // Enable borrow checking for term search code assists. If set to false, also there will be - // more suggestions, but some of them may not borrow-check. - "assist.termSearch.borrowcheck": true, // Term search fuel in "units of work" for assists (Defaults to 1800). "assist.termSearch.fuel": 1800, // Warm up caches on project load. diff --git a/sublime-package.json b/sublime-package.json index 981daf8..ad5b68e 100644 --- a/sublime-package.json +++ b/sublime-package.json @@ -112,11 +112,6 @@ "default": false, "type": "boolean" }, - "assist.termSearch.borrowcheck": { - "markdownDescription": "Enable borrow checking for term search code assists. If set to false, also there will be\nmore suggestions, but some of them may not borrow-check.", - "default": true, - "type": "boolean" - }, "assist.termSearch.fuel": { "markdownDescription": "Term search fuel in \"units of work\" for assists (Defaults to 1800).", "default": 1800, @@ -175,7 +170,7 @@ ], "markdownEnumDescriptions": [ "The command will be executed for each Rust workspace with the workspace as the working directory.", - "The command will be executed once with the opened project as the working directory." + "The command will be executed once with the opened project as the working directory.\n\n**Warning:** This can cause errors when the Cargo configuration of the opened workspaces is different or even only different than the default. Enabling this is not recommended." ] }, "cargo.buildScripts.overrideCommand": { @@ -388,7 +383,7 @@ ], "markdownEnumDescriptions": [ "The command will be executed for each Rust workspace with the workspace as the working directory.", - "The command will be executed once with the opened project as the working directory." + "The command will be executed once with the opened project as the working directory.\n\n**Warning:** This can cause errors when the Cargo configuration of the opened workspaces is different or even only different than the default. Enabling this is not recommended." ] }, "check.noDefaultFeatures": {