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

Rephrase description of rust-client.updateOnStartup setting #789

Merged
merged 1 commit into from
May 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"rust-client.updateOnStartup": {
"type": "boolean",
"default": false,
"description": "Update the RLS whenever the extension starts up."
"description": "Update the Rust toolchain and its required components whenever the extension starts up."
},
"rust-client.autoStartRls": {
"type": "boolean",
Expand Down