about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorDavid Barsky <me@davidbarsky.com>2023-09-05 12:02:30 -0400
committerDavid Barsky <me@davidbarsky.com>2023-09-05 12:38:33 -0400
commitb1b044f2d5d44be6280f22a9a884e5472c5b735b (patch)
treecb255757a58870b05e241e8c6dea44a92ce2ee18 /editors/code/package.json
parentcaeea45999c0f34bf996220051082c07ce3c72a0 (diff)
downloadrust-b1b044f2d5d44be6280f22a9a884e5472c5b735b.tar.gz
rust-b1b044f2d5d44be6280f22a9a884e5472c5b735b.zip
code: yeet rust-analyzer.discoverProjectCommand
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 44f1b81675a..233e7bf44b1 100644
--- a/editors/code/package.json
+++ b/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.",