Skip to content

Commit

Permalink
Get rid of chat history setting (microsoft#183166)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored May 22, 2023
1 parent fb46eb9 commit 8cf7172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const getHistoryChatActionDescriptorForViewTitle = (viewId: string, providerId:
},
menu: {
id: MenuId.ViewTitle,
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', viewId), ContextKeyExpr.has('config.interactive.experimental.chatHistory')),
when: ContextKeyExpr.equals('view', viewId),
group: 'navigation',
order: 0
},
Expand Down

0 comments on commit 8cf7172

Please sign in to comment.