diff options
author | Daniel McNab <[email protected]> | 2021-03-08 09:05:19 +0000 |
---|---|---|
committer | Daniel McNab <[email protected]> | 2021-03-08 09:05:19 +0000 |
commit | ddce6bb282764692d53b719bff4c37e3512d4556 (patch) | |
tree | 0bce7b0c1d7f4b3f870027493bf6e3a2c55efe91 /editors/code | |
parent | 877f745551ff74da987a61f1c8a059d30140fb8a (diff) |
Support disabling rustc build scripts
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 1987364bc..82011bb44 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -413,6 +413,11 @@ | |||
413 | "default": false, | 413 | "default": false, |
414 | "type": "boolean" | 414 | "type": "boolean" |
415 | }, | 415 | }, |
416 | "rust-analyzer.cargo.disableRustcBuildScripts": { | ||
417 | "markdownDescription": "Disable running build scripts (`build.rs`) for the `rustc_private` crates in `rustcSource`.", | ||
418 | "default": false, | ||
419 | "type": "boolean" | ||
420 | }, | ||
416 | "rust-analyzer.cargo.noDefaultFeatures": { | 421 | "rust-analyzer.cargo.noDefaultFeatures": { |
417 | "markdownDescription": "Do not activate the `default` feature.", | 422 | "markdownDescription": "Do not activate the `default` feature.", |
418 | "default": false, | 423 | "default": false, |