diff options
author | guigui64 <[email protected]> | 2020-05-05 21:44:39 +0100 |
---|---|---|
committer | guigui64 <[email protected]> | 2020-05-05 21:46:42 +0100 |
commit | c22660179c3f892a56ad5bacfddd4c2ec563d35e (patch) | |
tree | 00cbf8593507a297aca9338233f55e42d3f4bf92 /editors | |
parent | d38741f681c173a96e991dc3c213d4c85dc5a8af (diff) |
add the allFeatures flag (true by default)
Diffstat (limited to 'editors')
-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 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, |