diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-10 14:35:46 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-10 14:35:46 +0100 |
commit | 9ab59e2162bf7dcb120378e0c2e9fd6dac39c107 (patch) | |
tree | 2dfd1838493bf62b3f790f3c7c5943993b15af0d /editors | |
parent | 0f7770ae43dd0d97686eb85fccb38801ff30117b (diff) | |
parent | d0a8f6a3eb5094af36a72ca01b290a494dfd7b16 (diff) |
Merge #5293
5293: Automatically reload project info on Cargo.toml changes r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 5 |
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, |