We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170729f commit f1655f6Copy full SHA for f1655f6
src/vs/workbench/contrib/chat/browser/actions/chatActions.ts
@@ -1001,8 +1001,8 @@ export function registerChatActions() {
1001
registerAction2(class OpenChatInNewEditorGroupAction extends Action2 {
1002
constructor() {
1003
super({
1004
- id: 'workbench.action.chat.openInNewEditorGroup',
1005
- title: localize2('chat.openInNewEditorGroup.label', "Open Chat in New Editor Group"),
+ id: 'workbench.action.chat.openNewChatToTheSide',
+ title: localize2('chat.openNewChatToTheSide.label', "Open New Chat to the Side"),
1006
category: CHAT_CATEGORY,
1007
precondition: ChatContextKeys.enabled,
1008
f1: false,
0 commit comments