From ce7d704a3e0ef0a330df7645f3179a6f67290501 Mon Sep 17 00:00:00 2001 From: "sublimelsp-app[bot]" <154638104+sublimelsp-app[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:23:07 +0200 Subject: [PATCH] update rust-analyzer to 2024-10-07 (#141) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update rust-analyzer to 2024-10-07 * add rust-analyzer.debug.buildBeforeRestart but comment it out --------- Co-authored-by: rchl <153197+rchl@users.noreply.github.com> Co-authored-by: Предраг Николић --- plugin.py | 2 +- sublime-package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index b6e9ddf..a468aa5 100644 --- a/plugin.py +++ b/plugin.py @@ -29,7 +29,7 @@ SESSION_NAME = "rust-analyzer" -TAG = "2024-09-16" +TAG = "2024-10-07" """ Update this single git tag to download a newer version. After changing this tag, go through the server settings again to see diff --git a/sublime-package.json b/sublime-package.json index 1297b00..aebad9a 100644 --- a/sublime-package.json +++ b/sublime-package.json @@ -441,6 +441,11 @@ // ], // "type": "string" // }, + // "rust-analyzer.debug.buildBeforeRestart": { + // "markdownDescription": "Whether to rebuild the project modules before debugging the same test again", + // "type": "boolean", + // "default": false + // }, // "rust-analyzer.debug.engineSettings": { // "default": {}, // "markdownDescription": "Optional settings passed to the debug engine. Example: `{ \"lldb\": { \"terminal\":\"external\"} }`",