You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
"rust-client.updateOnStartup": {
"type": "boolean",
"default": false,
"description": "Update the RLS whenever the extension starts up."
},
This option results in rustup updating the toolchain, not only the RLS component. In case of a nightly toolchain, this potentially uninstalls the RLS.
The comment should indicate that the setting results in updates of the toolchain. I would suggest to use a wording similar to the description of the rls.update command:
{
"command": "rls.update",
"title": "Update the RLS",
"description": "Use Rustup to update Rust, the RLS, and required data",
"category": "Rust"
},
The text was updated successfully, but these errors were encountered:
Systemcluster
changed the title
Misleading configuration comment
Misleading description for "rust-client.updateOnStartup" setting
Sep 5, 2018
The setting is defined as:
This option results in rustup updating the toolchain, not only the RLS component. In case of a nightly toolchain, this potentially uninstalls the RLS.
The comment should indicate that the setting results in updates of the toolchain. I would suggest to use a wording similar to the description of the
rls.update
command:The text was updated successfully, but these errors were encountered: