File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 269
269
"key" : " alt+cmd+r" ,
270
270
"command" : " -revealFileInOS" ,
271
271
"when" : " !editorFocus"
272
+ },
273
+ {
274
+ "key" : " shift+cmd+i" ,
275
+ "command" : " workbench.action.chat.open" ,
276
+ "when" : " chatPanelParticipantRegistered"
277
+ },
278
+ {
279
+ "key" : " ctrl+cmd+i" ,
280
+ "command" : " -workbench.action.chat.open" ,
281
+ "when" : " chatPanelParticipantRegistered"
282
+ },
283
+ {
284
+ "key" : " ctrl+cmd+i" ,
285
+ "command" : " workbench.action.chat.openEditSession" ,
286
+ "when" : " chatEditingParticipantRegistered && chatIsEnabled && view != 'workbench.panel.chat.view.edits'"
287
+ },
288
+ {
289
+ "key" : " shift+cmd+i" ,
290
+ "command" : " -workbench.action.chat.openEditSession" ,
291
+ "when" : " chatEditingParticipantRegistered && chatIsEnabled && view != 'workbench.panel.chat.view.edits'"
292
+ },
293
+ {
294
+ "key" : " cmd+escape" ,
295
+ "command" : " workbench.action.closeAuxiliaryBar"
272
296
}
273
297
]
You can’t perform that action at this time.
0 commit comments