aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorClemens Wasser <[email protected]>2020-07-30 15:04:01 +0100
committerClemens Wasser <[email protected]>2020-07-30 15:04:01 +0100
commit8d9f8ac2739e7d02bcbc69e933682c2ef305f987 (patch)
tree4ceced247e8959e6b385b90e6a561fac6b81470d /editors
parent96c3ff1c573f97e5089fc0ba01ede6fe43693668 (diff)
flycheck: Added checkOnSave.noDefaultFeatures
This commit adds the option `rust-analyzer.checkOnSave.noDefaultFeatures` and fixes #5550.
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 658c913fd..1adf055d0 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -323,6 +323,14 @@
323 "default": true, 323 "default": true,
324 "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`)" 324 "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`)"
325 }, 325 },
326 "rust-analyzer.checkOnSave.noDefaultFeatures": {
327 "type": [
328 "null",
329 "boolean"
330 ],
331 "default": null,
332 "markdownDescription": "Do not activate the `default` feature"
333 },
326 "rust-analyzer.checkOnSave.allFeatures": { 334 "rust-analyzer.checkOnSave.allFeatures": {
327 "type": [ 335 "type": [
328 "null", 336 "null",