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?

[VSCode] Github Copilot Chatが「Cannot read properties of undefined (reading 'map')」のエラーになる

Last updated at Posted at 2025-02-11

エラー

突然、何をやっても以下のエラーになってしまった
スクリーンショット 2025-02-11 21.38.51.png

症状としては、コード補完は正常に動くが、chatの方だけこのエラーが発生している

Github Copilot Chatのバージョンを下げて解決

おそらく自動で最新バージョンに上がったことがきっかけでこのエラーが発生したと思われる。なので以前のバージョンに戻してみたところ解決した。

VSCodeの拡張機能サイドメニュー > Github Copilot Chat > 右クリック > 特定のバージョンをインストール を選択
image.png

最新ではないバージョンを指定する(最新の1つ前の 0.23.2 に下げた)スクリーンショット 2025-02-11 21.46.22.png

バージョンを変更すると、拡張機能の再起動が求められるので再起動すると直った

試したけど解決しなかったこと

  • VSCodeの再起動
  • 拡張機能の再起動
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?