aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-05 21:49:55 +0100
committerGitHub <[email protected]>2020-05-05 21:49:55 +0100
commit7e941fe8ec7b196314aa05bf9411cdce978ffa24 (patch)
tree00cbf8593507a297aca9338233f55e42d3f4bf92 /editors
parentd38741f681c173a96e991dc3c213d4c85dc5a8af (diff)
parentc22660179c3f892a56ad5bacfddd4c2ec563d35e (diff)
Merge #4328
4328: add the allFeatures flag (true by default) r=matklad a=guigui64 As discussed on zulip. Co-authored-by: guigui64 <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index a05a69752..97276339f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -296,6 +296,11 @@
296 "default": true, 296 "default": true,
297 "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`)" 297 "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`)"
298 }, 298 },
299 "rust-analyzer.checkOnSave.allFeatures": {
300 "type": "boolean",
301 "default": true,
302 "markdownDescription": "Check with all features (will be passed as `--all-features`)"
303 },
299 "rust-analyzer.inlayHints.typeHints": { 304 "rust-analyzer.inlayHints.typeHints": {
300 "type": "boolean", 305 "type": "boolean",
301 "default": true, 306 "default": true,