Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b7bc60a3b8..9dfae1a8a0 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -476,6 +476,17 @@ "default": true, "type": "boolean" }, + "rust-analyzer.cargo.runBuildScriptsCommand": { + "markdownDescription": "Advanced option, fully override the command rust-analyzer uses to\nrun build scripts and build procedural macros. The command should\ninclude `--message-format=json` or a similar option.", + "default": null, + "type": [ + "null", + "array" + ], + "items": { + "type": "string" + } + }, "rust-analyzer.cargo.useRustcWrapperForBuildScripts": { "markdownDescription": "Use `RUSTC_WRAPPER=rust-analyzer` when running build scripts to\navoid compiling unnecessary things.", "default": true, |