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-16 #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sublimelsp-app[bot]
Copy link
Contributor

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

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

Copy link
Contributor

github-actions bot commented Dec 9, 2024

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

--- /dev/fd/63	2024-12-17 07:28:41.952028754 +0000
+++ /dev/fd/62	2024-12-17 07:28:41.952028754 +0000
@@ -102,6 +102,41 @@
         ],
         "default": "openLogs",
         "markdownDescription": "Action to run when clicking the extension status bar item."
+      },
+      "rust-analyzer.statusBar.documentSelector": {
+        "type": [
+          "array",
+          "null"
+        ],
+        "items": {
+          "type": "object",
+          "properties": {
+            "language": {
+              "type": [
+                "string",
+                "null"
+              ]
+            },
+            "pattern": {
+              "type": [
+                "string",
+                "null"
+              ]
+            }
+          }
+        },
+        "default": [
+          {
+            "language": "rust"
+          },
+          {
+            "pattern": "**/Cargo.toml"
+          },
+          {
+            "pattern": "**/Cargo.lock"
+          }
+        ],
+        "markdownDescription": "Determines when to show the extension status bar item based on the currently open file. Use `{ \"pattern\": \"**\" }` to always show. Use `null` to never show."
       }
     }
   },
@@ -2247,10 +2282,13 @@
   {
     "title": "typing",
     "properties": {
-      "rust-analyzer.typing.autoClosingAngleBrackets.enable": {
-        "markdownDescription": "Whether to insert closing angle brackets when typing an opening angle bracket of a generic argument list.",
-        "default": false,
-        "type": "boolean"
+      "rust-analyzer.typing.excludeChars": {
+        "markdownDescription": "Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.",
+        "default": "|<",
+        "type": [
+          "null",
+          "string"
+        ]
       }
     }
   },

@sublimelsp-app sublimelsp-app bot force-pushed the create-pull-request/patch branch from 648d00f to fe282d6 Compare December 11, 2024 07:28
@sublimelsp-app sublimelsp-app bot changed the title update rust-analyzer to 2024-12-09 update rust-analyzer to 2024-12-16 Dec 17, 2024
@sublimelsp-app sublimelsp-app bot force-pushed the create-pull-request/patch branch from fe282d6 to b7be946 Compare December 17, 2024 07:28
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