Skip to content

Commit 8cf7172

Browse files
authored
Get rid of chat history setting (microsoft#183166)
1 parent fb46eb9 commit 8cf7172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ const getHistoryChatActionDescriptorForViewTitle = (viewId: string, providerId:
261261
},
262262
menu: {
263263
id: MenuId.ViewTitle,
264-
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', viewId), ContextKeyExpr.has('config.interactive.experimental.chatHistory')),
264+
when: ContextKeyExpr.equals('view', viewId),
265265
group: 'navigation',
266266
order: 0
267267
},

0 commit comments

Comments
 (0)