sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
69 stars 11 forks source link

update rust-analyzer to 2024-02-05 #120

Closed sublimelsp-app[bot] closed 7 months ago

sublimelsp-app[bot] commented 7 months ago

Update rust-analyzer from 2024-01-29 to 2024-02-05 (see all changes).

github-actions[bot] commented 7 months ago

Following are the settings schema changes between tags 2024-01-29 and 2024-02-05. Make sure that those are reflected in LSP-rust-analyzer.sublime-settings and sublime-package.json files.

--- /dev/fd/63  2024-02-09 18:29:26.676582804 +0000
+++ /dev/fd/62  2024-02-09 18:29:26.676582804 +0000
@@ -1188,6 +1188,11 @@
     "default": false,
     "type": "boolean"
   },
+  "rust-analyzer.references.excludeTests": {
+    "markdownDescription": "Exclude tests from find-all-references.",
+    "default": false,
+    "type": "boolean"
+  },
   "rust-analyzer.rename.allowExternalItems": {
     "markdownDescription": "Allow renaming of items not belonging to the loaded workspaces.",
     "default": false,