mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-09 10:42:28 +01:00
fix missing close action of inline chat widget (#247847)
This commit is contained in:
@@ -405,10 +405,7 @@ export class CloseAction extends AbstractInline1ChatAction {
|
||||
}, {
|
||||
id: MENU_INLINE_CHAT_SIDE,
|
||||
group: 'navigation',
|
||||
when: ContextKeyExpr.and(
|
||||
CTX_INLINE_CHAT_RESPONSE_TYPE.isEqualTo(InlineChatResponseType.None),
|
||||
CTX_INLINE_CHAT_HAS_AGENT2.negate(),
|
||||
)
|
||||
when: CTX_INLINE_CHAT_RESPONSE_TYPE.isEqualTo(InlineChatResponseType.None)
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user