diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-12 13:32:55 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-12 13:32:55 +0100 |
commit | a526d0a4b78b29fec4c2e8d5608ceaeec128f794 (patch) | |
tree | 05141f6e9aa7d20c4ce2a8b59324a3d82d43f895 /editors/code | |
parent | 7be06139b632ee615fc18af04dd67947e2c794b2 (diff) | |
parent | 186c5c47cbfde4ae9d81dc67450c958cb6aece2c (diff) |
Merge #8476
8476: feat: avoid checking the whole project during initial loading r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
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 d263610f5..06ed62d8d 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -434,6 +434,11 @@ | |||
434 | "default": true, | 434 | "default": true, |
435 | "type": "boolean" | 435 | "type": "boolean" |
436 | }, | 436 | }, |
437 | "rust-analyzer.cargo.useRustcWrapperForBuildScripts": { | ||
438 | "markdownDescription": "Use `RUSTC_WRAPPER=rust-analyzer` when running build scripts to\navoid compiling unnecessary things.", | ||
439 | "default": true, | ||
440 | "type": "boolean" | ||
441 | }, | ||
437 | "rust-analyzer.cargo.noDefaultFeatures": { | 442 | "rust-analyzer.cargo.noDefaultFeatures": { |
438 | "markdownDescription": "Do not activate the `default` feature.", | 443 | "markdownDescription": "Do not activate the `default` feature.", |
439 | "default": false, | 444 | "default": false, |