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 3 years have passed since last update.

VSCodeでRustを触ろうとしたら環境構築でコケた話

Posted at

#Rustを書いてみよう
環境構築で挫折しかけた(n回目)
指示通りにCargoやらrustupやら入力したのにVSCodeが右下で騒いでる。
どう解決したらええんや...→解決しました。(以下)

##The Rust Analyzer server crashed 5 times in the last 3 minutes. The server will not be restarted.
この警告文が出ている人の助けになればいいかなと思います。

##プラグイン

・Rust
・rust-analyzer

私は脳死で上記のプラグインをいれました。
Rustを無効化すると解決しました。Rustとrust-analyzerが競合して警告文がでていたみたいです。

##参考
https://rust-analyzer.github.io/manual.html#vs-code

2
1
0

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?