0
0

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 1 year has passed since last update.

VSCode の C# (拡張機能) を v1.25.0 に更新したらアウトラインが表示されなくなった

Last updated at Posted at 2022-10-30

環境

Visual Studio Code v1.72.2
C# (拡張機能) v1.23.2 → v1.25.0 に更新

症状

VSCode の拡張機能である C#v1.25.0 に更新してからスクリプトを開くと、↓ の画像のように「ドキュメント '○○.cs' にシンボルが見つかりません」と表示されます。
image.png

また、関数やフィールドの定義に移動することが出来なくなっていました。

対処

拡張機能 C# のバージョンを、更新前の v1.23.2 に戻したところ、各種不具合が直りました。

  1. VSCode から C# の拡張機能を開き、設定アイコン → 「別のバージョンをインストール」
    image.png
  2. 「1.23.2」を選択
    image.png
  3. 「再読み込みが必要です」をクリック
    image.png

image.png

その他

C# v1.24 台でも大丈夫なのかな…?
(追記) v1.24.3 でも問題なく動作しました。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?