Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit fe3ef97

Browse files
committed
Automatically reload project info on Cargo.toml changes
1 parent a8719b1 commit fe3ef97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust-analyzer/editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@
237237
"default": true,
238238
"markdownDescription": "Whether to show `can't find Cargo.toml` error message"
239239
},
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+
},
240245
"rust-analyzer.cargo.noDefaultFeatures": {
241246
"type": "boolean",
242247
"default": false,

0 commit comments

Comments
 (0)