Skip to content

Commit b9e0612

Browse files
authored
Merge pull request microsoft#269620 from microsoft/eli/empty-add
revived new chat button in empty state
2 parents 1cbfa38 + d5e7be3 commit b9e0612

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ export function registerNewChatActions() {
7575
},
7676
{
7777
id: MenuId.ViewTitle,
78-
when: ContextKeyExpr.and(
79-
ContextKeyExpr.equals('view', ChatViewId),
80-
ChatContextKeys.inEmptyStateWithHistoryEnabled.negate()
81-
),
78+
when: ContextKeyExpr.equals('view', ChatViewId),
8279
group: 'navigation',
8380
order: -1,
8481
alt: {

0 commit comments

Comments
 (0)