mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
copilot - support menu when command center is disabled (#241079)
This commit is contained in:
@@ -69,7 +69,7 @@ export class StartSessionAction extends Action2 {
|
||||
},
|
||||
icon: START_INLINE_CHAT,
|
||||
menu: {
|
||||
id: MenuId.ChatCommandCenter,
|
||||
id: MenuId.ChatTitleBarMenu,
|
||||
group: 'd_inlineChat',
|
||||
order: 10,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user