英文:
Copilot Chat icon not showing vscode
问题
我收到了一封邮件,上面说Copilot Chat现在已在我的账户上启用。我按照说明在我的VSCode上启用了它,但是在我的活动栏中仍然看不到它。
我该如何解决这个问题?
我收到了以下邮件:
欢迎使用Copilot聊天私人测试版!您已经不在等待名单上,可以开始使用Copilot聊天。
开始使用以下是入门指南:
在开始之前,请确保您打算使用的GitHub ID具有活跃的GitHub Copilot订阅,并与您用于加入GitHub Copilot聊天等待名单的ID相匹配。
对于Visual Studio Code:
下载并安装Visual Studio Code - Insiders。如果已经安装了Insiders版本,请确保您使用的是最新版本!在VS Code Insiders中,转到扩展选项卡(Cmd+Shift+X),在活动面板中搜索并安装GitHub Copilot Nightly扩展。如果您以前没有在GitHub帐户中授权VS Code Insiders,请按照提示进行操作,您将被要求登录。活动面板中会出现一个新的聊天图标。单击它以查看对话界面。如果这不起作用,请重新启动编辑器并授权GitHub Copilot以查看聊天窗口。
对于Visual Studio:
确保您运行的是Visual Studio 2022 17.5.1或更高版本。如果不是,请进行更新。下载并安装GitHub Copilot - Preview的Visual Studio扩展。确保您使用与您注册等待名单时使用的GitHub ID相同的GitHub ID登录到Visual Studio中。如果您尚未使用授权帐户登录,系统将提示您这样做。如果您已经在Visual Studio中使用您的GitHub ID登录,请检查您是否需要重新输入GitHub凭据。这是一篇带有将GitHub ID添加到Visual Studio登录的说明链接。启动Visual Studio。一旦完全加载,检查GitHub Copilot聊天窗口是否显示在您的“查看”菜单中。然后验证在打开代码文件时,右键单击菜单的顶部是否显示“Ask Copilot”。
英文:
I received the email saying that Copilot Chat is now enabled on my account. I followed the instructions to enable it on my VSCode, but I still don't see it on my activity bar.
How could I solve this problem?
I got the email below:
> Welcome to the Copilot chat private beta! You're off the waitlist and
> can start using Copilot chat.
>
> Getting Started Here are the instructions to get started:
>
> Before starting, please make sure that the GitHub ID you intend to use
> has an active subscription to GitHub Copilot and matches the ID that
> you used to join the GitHub Copilot chat waitlist.
>
> For Visual Studio Code:
>
> Download and install Visual Studio Code - Insiders Already on the
> Insiders build? Make sure you are on the latest version! In VS Code
> Insiders, go to the Extensions tab (Cmd+Shift+X) in the activity panel
> and search for and install the GitHub Copilot Nightly extension. If
> you have not previously authorized VS Code Insiders in your GitHub
> account, follow the steps to do so, you will be prompted to sign in. A
> new Chat icon appears in the activity panel. Click on it to see the
> conversation interface. If that doesn't work, restart the editor and
> authorize GitHub Copilot to see the chat window. For Visual Studio:
>
> Ensure you're running Visual Studio 2022 17.5.1 or higher. If not,
> please update. Download and install the Visual Studio extension for
> GitHub Copilot - Preview Ensure you are logged in to Visual Studio
> using the same GitHub ID that you signed up for the waitlist using. If
> you are not signed with an authorized account you’ll be prompted to do
> so. If you are already logged in with your GitHub ID in your Visual
> Studio, please check you don’t need to re-enter your GitHub
> credentials. Here is the link with instructions to Add your GitHub ID
> to your Visual Studio signin. Start Visual Studio. Once fully loaded,
> check that the GitHub Copilot chat window shows on your View menu.
> Then verify that “Ask Copilot” appears at the top of the right click
> menu in your code editor when a code file is open.
答案1
得分: 1
请检查您的 Visual Studio Code 是否是 Insiders 版本,其图标应为绿色而不是蓝色。
https://stackoverflow.com/a/76269965/9277358
英文:
Check that you have the Insiders version of vs code with the green icon instead of the blue icon
https://stackoverflow.com/a/76269965/9277358
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论