This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Disable warning when using non-latest nightly #527
Open
Description
Sometimes the latest nightly lacks RLS, so one need to fix the specific nightly build (such as nightly-2019-03-10) in order to use the RLS. But setting "rust-client.channel": "nightly-2019-03-10"
in the settings.json
gives a warning that the value is not accepted (however it works perfectly, VSCode uses the exact version given).
Suggestion: allow setting rust-client.channel
variable to nightly-YYYY-MM-DD
template (alongside with stable
, beta
and nightly
).