Closed sublimelsp-app[bot] closed 9 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,
Update rust-analyzer from 2024-01-29 to 2024-02-05 (see all changes).