Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rust-analyzer to 2024-12-02 #146

Merged
merged 2 commits into from
Dec 2, 2024
Merged

update rust-analyzer to 2024-12-02 #146

merged 2 commits into from
Dec 2, 2024

Conversation

sublimelsp-app[bot]
Copy link
Contributor

@sublimelsp-app sublimelsp-app bot commented Dec 2, 2024

Update rust-analyzer from 2024-11-25 to 2024-12-02 (see all changes).

Copy link
Contributor

github-actions bot commented Dec 2, 2024

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

--- /dev/fd/63	2024-12-02 08:35:28.344098511 +0000
+++ /dev/fd/62	2024-12-02 08:35:28.344098511 +0000
@@ -496,6 +496,24 @@
   {
     "title": "cargo",
     "properties": {
+      "rust-analyzer.cargo.sysrootQueryMetadata": {
+        "markdownDescription": "How to query metadata for the sysroot crate. Using cargo metadata allows rust-analyzer\nto analyze third-party dependencies of the standard libraries.",
+        "default": "cargo_metadata",
+        "type": "string",
+        "enum": [
+          "none",
+          "cargo_metadata"
+        ],
+        "enumDescriptions": [
+          "Do not query sysroot metadata, always use stitched sysroot.",
+          "Use `cargo metadata` to query sysroot metadata."
+        ]
+      }
+    }
+  },
+  {
+    "title": "cargo",
+    "properties": {
       "rust-analyzer.cargo.sysrootSrc": {
         "markdownDescription": "Relative path to the sysroot library sources. If left unset, this will default to\n`{cargo.sysroot}/lib/rustlib/src/rust/library`.\n\nThis option does not take effect until rust-analyzer is restarted.",
         "default": null,

@rchl rchl merged commit bdbe1c5 into main Dec 2, 2024
1 check passed
@rchl rchl deleted the create-pull-request/patch branch December 2, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant