rm copilot head

This commit is contained in:
Andrew Pareles 2025-04-09 03:31:34 -07:00
parent ea65903b3f
commit 56619c7b17

View file

@ -648,8 +648,9 @@ const defaultChat = {
providerSetting: product.defaultChatAgent?.providerSetting ?? '',
};
// Void commented this out - copilot head
// Add next to the command center if command center is disabled
MenuRegistry.appendMenuItem(MenuId.CommandCenter, {
/* MenuRegistry.appendMenuItem(MenuId.CommandCenter, {
submenu: MenuId.ChatTitleBarMenu,
title: localize('title4', "Copilot"),
icon: Codicon.copilot,
@ -672,7 +673,7 @@ MenuRegistry.appendMenuItem(MenuId.TitleBar, {
ContextKeyExpr.has('config.window.commandCenter').negate(),
),
order: 1
});
}); */
registerAction2(class ToggleCopilotControl extends ToggleTitleBarConfigAction {
constructor() {