aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorguigui64 <[email protected]>2020-05-05 21:44:39 +0100
committerguigui64 <[email protected]>2020-05-05 21:46:42 +0100
commitc22660179c3f892a56ad5bacfddd4c2ec563d35e (patch)
tree00cbf8593507a297aca9338233f55e42d3f4bf92 /editors
parentd38741f681c173a96e991dc3c213d4c85dc5a8af (diff)
add the allFeatures flag (true by default)
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,