aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code')
-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 743a2290c..aac4ba94f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -237,6 +237,11 @@
237 "default": true, 237 "default": true,
238 "markdownDescription": "Whether to show `can't find Cargo.toml` error message" 238 "markdownDescription": "Whether to show `can't find Cargo.toml` error message"
239 }, 239 },
240 "rust-analyzer.cargo.autoreload": {
241 "type": "boolean",
242 "default": true,
243 "markdownDescription": "Automatically refresh project info via `cargo metadata` on Cargo.toml changes"
244 },
240 "rust-analyzer.cargo.noDefaultFeatures": { 245 "rust-analyzer.cargo.noDefaultFeatures": {
241 "type": "boolean", 246 "type": "boolean",
242 "default": false, 247 "default": false,