Skip to content

Commit fd2114f

Browse files
authored
Fix typo (microsoft#183476)
1 parent 79b9f74 commit fd2114f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const getMoveToEditorChatActionDescriptorForViewTitle = (viewId: string, provide
3434
viewId,
3535
menu: {
3636
id: MenuId.ViewTitle,
37-
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', viewId), ContextKeyExpr.deserialize('config.chat.experimiental.moveIcons')),
37+
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', viewId), ContextKeyExpr.deserialize('config.chat.experimental.moveIcons')),
3838
group: 'navigation',
3939
order: 0
4040
},

0 commit comments

Comments
 (0)