aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-10 14:27:34 +0100
committerAleksey Kladov <[email protected]>2020-07-10 14:35:15 +0100
commitd0a8f6a3eb5094af36a72ca01b290a494dfd7b16 (patch)
treed9745888113fc399a5e94456d82b691a7c664c9a /editors/code
parent5fa8f8e3761363098c80e11842682dffcee171d8 (diff)
Automatically reload project info on Cargo.toml changes
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,