File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/vs/workbench/contrib/chat/browser Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,8 @@ export function registerChatCodeBlockActions() {
321
321
mac : {
322
322
primary : KeyMod . WinCtrl | KeyCode . Enter ,
323
323
} ,
324
- weight : KeybindingWeight . EditorContrib
324
+ weight : KeybindingWeight . EditorContrib ,
325
+ when : CONTEXT_IN_CHAT_SESSION
325
326
}
326
327
} ) ;
327
328
}
Original file line number Diff line number Diff line change 239
239
}
240
240
241
241
.interactive-item-container .interactive-result-editor-wrapper : hover .monaco-toolbar ,
242
+ .interactive-item-container .interactive-result-editor-wrapper .monaco-toolbar : focus-within ,
242
243
.interactive-item-container .interactive-result-editor-wrapper .focused .monaco-toolbar {
243
244
display : initial;
244
245
border-radius : 2px ;
You can’t perform that action at this time.
0 commit comments