2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VSCodeにRust (rls)をインストールした際に"RLS could not set RUST_SRC_PATH for Racer on Windows"と表示される場合の対処法

Last updated at Posted at 2019-03-21

日本語で書かれているものがなかったので投稿します。

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
2
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?