-
Notifications
You must be signed in to change notification settings - Fork 163
Can't switch to nightly channel #409
Comments
@Systemcluster I've tried to downgrade nightly and manually install RLS - install worked, but vs code still doesn't recognize it - in nightly channel it still doesn't start rls server, when trying manually reinstall it - again |
trace reports: |
To use a specific nightly, it needs to be specified in VSCode for this extension as well: E.g. |
Thanks! I think this fixed it. I had to completely remove vscode though, otherwise it kept telling that rls.restart wasn't found |
When switching to
"rust-client.channel": "nightly",
rls doesn't start. Trying to restart RLS from command palette results in:command rls.restart not found
.Stable channel works fine.
The text was updated successfully, but these errors were encountered: