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]No symbol information for the file

Posted at

現象

Symbolの参照リストを開こうとするとこんな感じのエラーが出て、参照が全くでない状態になる
Screen Shot 2018-10-17 at 9.34.17.png

原因

OmniSharp Logを出力するとプロジェクトをロード中にタイムアウトしていることがわかる

[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).

対策

⌘,でUser Settingsを呼び出し、検索窓にproject loadと記入すると、Omnisharpのロードタイムアウト時間を設定できる項目が出てくる

Screen Shot 2018-10-17 at 9.43.09.png

この時、デフォルトで60sが指定されているため、600sに変更することで正常にロードされるようになった。

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?