日本語で書かれているものがなかったので投稿します。
https://github.com/rust-lang/rls-vscode/issues/224
を参考に
VS CodeのUser settingsに
"rust-client.channel": "nightly-2019-01-01"
を追加する
2019/3/23 追記
以下のように書くとnightlyのVersionによらずに対処できるそうです。
"rust-client.disableRustup": true
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
日本語で書かれているものがなかったので投稿します。
https://github.com/rust-lang/rls-vscode/issues/224
を参考に
VS CodeのUser settingsに
"rust-client.channel": "nightly-2019-01-01"
を追加する
2019/3/23 追記
以下のように書くとnightlyのVersionによらずに対処できるそうです。
"rust-client.disableRustup": true
Register as a new user and use Qiita more conveniently
Go to list of users who liked