aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
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,