Skip to main content

Troubleshooting GitHub Copilot in Visual Studio

この記事では、次の項目が扱われます。

This article provides troubleshooting advice for errors related to GitHub Copilot in Visual Studio.

GitHub Copilot は GitHub.com に個人アカウントがある GitHub 顧客と、エンタープライズ アカウントに所有されている GitHub Enterprise Cloud 組織が利用できます。

確認が取れている学生、教師、およびパブリックのオープン ソース プロジェクトのメンテナンス担当者は、GitHub Copilot を無料で使うことができます。 学生、教師、または一般的なオープンソース プロジェクトのメンテナンス担当者ではない場合にも、1 回限りの 60 日間の試用版で GitHub Copilot を無料で試すことができます。 無料試用期間の後、継続して使うには有料サブスクリプションが必要になります。 詳しくは、「GitHub Copilot の課金について」をご覧ください。

Viewing logs in Visual Studio

The log files for the GitHub Copilot extension are stored in the standard log location for Visual Studio extensions.

  1. Open the the View menu in Visual Studio.
  2. Click Output.
  3. On the right of the Output view pane, select GitHub Copilot from the dropdown menu.

Screenshot of GitHub Copilot Output pane

Further reading