Skip to content

Commit

Permalink
update rust-analyzer to 2024-10-07 (#141)
Browse files Browse the repository at this point in the history
* update rust-analyzer to 2024-10-07

* add rust-analyzer.debug.buildBeforeRestart but comment it out

---------

Co-authored-by: rchl <[email protected]>
Co-authored-by: Предраг Николић <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent 7606cc1 commit ce7d704
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"} }`",
Expand Down

0 comments on commit ce7d704

Please sign in to comment.