diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-05 20:49:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-05 20:49:55 +0000 |
| commit | 7e941fe8ec7b196314aa05bf9411cdce978ffa24 (patch) | |
| tree | 00cbf8593507a297aca9338233f55e42d3f4bf92 /editors/code | |
| parent | d38741f681c173a96e991dc3c213d4c85dc5a8af (diff) | |
| parent | c22660179c3f892a56ad5bacfddd4c2ec563d35e (diff) | |
| download | rust-7e941fe8ec7b196314aa05bf9411cdce978ffa24.tar.gz rust-7e941fe8ec7b196314aa05bf9411cdce978ffa24.zip | |
Merge #4328
4328: add the allFeatures flag (true by default) r=matklad a=guigui64 As discussed on zulip. Co-authored-by: guigui64 <guillaume.comte10@gmail.com>
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 a05a697526b..97276339f6e 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -296,6 +296,11 @@ "default": true, "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`)" }, + "rust-analyzer.checkOnSave.allFeatures": { + "type": "boolean", + "default": true, + "markdownDescription": "Check with all features (will be passed as `--all-features`)" + }, "rust-analyzer.inlayHints.typeHints": { "type": "boolean", "default": true, |
