-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Copilot #71
Comments
If it doesn't have any views what did you want the button to do? You could assign a command to the button? |
I was hoping to open the copilot GPT chat panel (this is new in beta). It does allow for assigning keyboard shortcuts to it: Update: this ended up opening the panel, but wouldn't show as active panel in Activitusbar:
Good enough work-around for now, but would be awesome to see if there's a way to get the active panel indication to work down the road. :) Thanks for all your work on this @Gruntfuggly Update 2: after the most recent update today (8 Jun 2023), the command now is:
Still no proper view that I could find. |
|
Following two for GitHub's Copilot Labs and Chat: "activitusbar.views": [
{
"name": "command.workbench.view.extension.copilot-labs",
"codicon": "beaker",
},
{
"name": "command.workbench.panel.chat.view.copilot.focus",
"codicon": "octoface"
}
] *(optional) Toggle Primary Side Bar Visibility: "activitusbar.views": [
{
"name": "command.workbench.action.toggleSidebarVisibility",
"codicon": "list-flat"
}
] |
Thanks, that's great. Also there's
if you have Copilot on the right sidebar. Is there some way to get it to focus the chat if the sidebar is closed, and toggle it if it's open? |
I'm trying to get copilot nightly to work in the activitusbar, but its
package.json
does not have any views or view container. Any thoughts on how to handle that?The text was updated successfully, but these errors were encountered: