copilot - support menu when command center is disabled (#241079)

This commit is contained in:
Benjamin Pasero
2025-02-18 14:14:37 +01:00
committed by GitHub
parent d9a739016c
commit a6a943cef6
9 changed files with 55 additions and 29 deletions

View File

@@ -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,
}