]> git.lizzy.rs Git - rust.git/blobdiff - editors/code/package.json
feat: Make private editable completions configurable, disable by default
[rust.git] / editors / code / package.json
index 8f4157da0d15ddfca11f144d0e05676ab0bbafae..1252752a9ae0192bd5e27774194995bb882f2cf2 100644 (file)
@@ -51,7 +51,7 @@
         "tslib": "^2.3.0",
         "typescript": "^4.5.5",
         "typescript-formatter": "^7.2.2",
-        "vsce": "^2.6.3"
+        "vsce": "^2.6.7"
     },
     "activationEvents": [
         "onLanguage:rust",
                     ],
                     "scope": "machine-overridable",
                     "default": null,
-                    "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then `#rust-analyzer.updates.channel#` setting is not used"
+                    "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default)."
                 },
                 "rust-analyzer.server.extraEnv": {
                     "type": [
                     "default": true,
                     "type": "boolean"
                 },
+                "rust-analyzer.completion.privateEditable.enable": {
+                    "markdownDescription": "Enables completions of private items and fields that are defined in the current workspace even if they are not visible at the current position.",
+                    "default": false,
+                    "type": "boolean"
+                },
                 "rust-analyzer.diagnostics.enable": {
                     "markdownDescription": "Whether to show native rust-analyzer diagnostics.",
                     "default": true,