about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code/package.json
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-18 16:16:30 +0000
committerbors <bors@rust-lang.org>2023-09-18 16:16:30 +0000
commitb1575cb72ef40459666f802af8636faf8428e3eb (patch)
tree72bff2177e2ec68f2f0527e4a825d8164c07b0ca /src/tools/rust-analyzer/editors/code/package.json
parentcbcf9a5368c0d8b6d0b5784201471475cb3496a3 (diff)
parentb18db7a13e52f71e94bdf221a7a013fd9ace4c7f (diff)
downloadrust-b1575cb72ef40459666f802af8636faf8428e3eb.tar.gz
rust-b1575cb72ef40459666f802af8636faf8428e3eb.zip
Auto merge of #115927 - lnicola:sync-from-ra, r=lnicola
:arrow_up: `rust-analyzer`

r? `@ghost`
Diffstat (limited to 'src/tools/rust-analyzer/editors/code/package.json')
-rw-r--r--src/tools/rust-analyzer/editors/code/package.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json
index 44f1b81675a..233e7bf44b1 100644
--- a/src/tools/rust-analyzer/editors/code/package.json
+++ b/src/tools/rust-analyzer/editors/code/package.json
@@ -471,16 +471,13 @@
                     "default": false,
                     "type": "boolean"
                 },
-                "rust-analyzer.discoverProjectCommand": {
-                    "markdownDescription": "Sets the command that rust-analyzer uses to generate `rust-project.json` files. This command should only be used\n if a build system like Buck or Bazel is also in use. The command must accept files as arguments and return \n a rust-project.json over stdout.",
+                "rust-analyzer.discoverProjectRunner": {
+                    "markdownDescription": "Sets the extension responsible for determining which extension the rust-analyzer extension uses to generate `rust-project.json` files. This should should only be used\n if a build system like Buck or Bazel is also in use.",
                     "default": null,
                     "type": [
                         "null",
-                        "array"
-                    ],
-                    "items": {
-                        "type": "string"
-                    }
+                        "string"
+                    ]
                 },
                 "rust-analyzer.showUnlinkedFileNotification": {
                     "markdownDescription": "Whether to show a notification for unlinked files asking the user to add the corresponding Cargo.toml to the linked projects setting.",