Skip to content

Commit f1655f6

Browse files
committed
Rename to the side
1 parent 170729f commit f1655f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ export function registerChatActions() {
10011001
registerAction2(class OpenChatInNewEditorGroupAction extends Action2 {
10021002
constructor() {
10031003
super({
1004-
id: 'workbench.action.chat.openInNewEditorGroup',
1005-
title: localize2('chat.openInNewEditorGroup.label', "Open Chat in New Editor Group"),
1004+
id: 'workbench.action.chat.openNewChatToTheSide',
1005+
title: localize2('chat.openNewChatToTheSide.label', "Open New Chat to the Side"),
10061006
category: CHAT_CATEGORY,
10071007
precondition: ChatContextKeys.enabled,
10081008
f1: false,

0 commit comments

Comments
 (0)