diff options
Diffstat (limited to 'editors/code/package.json')
-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, |