File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/vs/workbench/contrib/chat/browser Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -290,17 +290,7 @@ export class ChatExtensionPointHandler implements IWorkbenchContribution {
290
290
storageId : viewContainerId ,
291
291
hideIfEmpty : true ,
292
292
order : 100 ,
293
- openCommandActionDescriptor : {
294
- id : viewContainerId ,
295
- keybindings : {
296
- primary : KeyMod . CtrlCmd | KeyMod . Alt | KeyCode . KeyI ,
297
- mac : {
298
- primary : KeyMod . CtrlCmd | KeyMod . WinCtrl | KeyCode . KeyI
299
- }
300
- } ,
301
- order : 100
302
- } ,
303
- } , ViewContainerLocation . AuxiliaryBar ) ;
293
+ } , ViewContainerLocation . AuxiliaryBar , { doNotRegisterOpenCommand : true } ) ;
304
294
305
295
return viewContainer ;
306
296
}
@@ -316,6 +306,16 @@ export class ChatExtensionPointHandler implements IWorkbenchContribution {
316
306
name : { value : name , original : name } ,
317
307
canToggleVisibility : false ,
318
308
canMoveView : true ,
309
+ openCommandActionDescriptor : {
310
+ id : CHAT_SIDEBAR_PANEL_ID ,
311
+ keybindings : {
312
+ primary : KeyMod . CtrlCmd | KeyMod . Alt | KeyCode . KeyI ,
313
+ mac : {
314
+ primary : KeyMod . CtrlCmd | KeyMod . WinCtrl | KeyCode . KeyI
315
+ }
316
+ } ,
317
+ order : 100
318
+ } ,
319
319
ctorDescriptor : new SyncDescriptor ( ChatViewPane , [ { location : ChatAgentLocation . Panel } ] ) ,
320
320
when : ContextKeyExpr . or ( CONTEXT_CHAT_PANEL_PARTICIPANT_REGISTERED , CONTEXT_CHAT_EXTENSION_INVALID )
321
321
} ] ;
You can’t perform that action at this time.
0 commit comments