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\"} }`",