Skip to content

Commit 6367c86

Browse files
authored
make sure Close button is rendered in inline chat (#241309)
#239090
1 parent 9533503 commit 6367c86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatActions.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,7 @@ export class CloseAction extends AbstractInline1ChatAction {
386386
group: '0_main',
387387
order: 1,
388388
when: ContextKeyExpr.and(
389-
CTX_INLINE_CHAT_REQUEST_IN_PROGRESS.negate(),
390-
CTX_INLINE_CHAT_RESPONSE_TYPE.isEqualTo(InlineChatResponseType.Messages)
389+
CTX_INLINE_CHAT_REQUEST_IN_PROGRESS.negate()
391390
),
392391
}]
393392
});

0 commit comments

Comments
 (0)