aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
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 779d7e1b8..6389499e9 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -322,6 +322,14 @@
322 "default": false, 322 "default": false,
323 "markdownDescription": "Check with all features (will be passed as `--all-features`)" 323 "markdownDescription": "Check with all features (will be passed as `--all-features`)"
324 }, 324 },
325 "rust-analyzer.checkOnSave.features": {
326 "type": "array",
327 "items": {
328 "type": "string"
329 },
330 "default": [],
331 "description": "List of features to activate. Set to `rust-analyzer.cargo.features` if empty."
332 },
325 "rust-analyzer.inlayHints.enable": { 333 "rust-analyzer.inlayHints.enable": {
326 "type": "boolean", 334 "type": "boolean",
327 "default": true, 335 "default": true,