This commit is contained in:
Rob Lourens 2023-05-25 15:51:05 -07:00 committed by GitHub
parent 79b9f746dd
commit fd2114f831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ const getMoveToEditorChatActionDescriptorForViewTitle = (viewId: string, provide
viewId,
menu: {
id: MenuId.ViewTitle,
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', viewId), ContextKeyExpr.deserialize('config.chat.experimiental.moveIcons')),
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', viewId), ContextKeyExpr.deserialize('config.chat.experimental.moveIcons')),
group: 'navigation',
order: 0
},