mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
inline chat positioning polish (#216630)
* make sure to show close button when having just message responses * * no more intented rendering of inline chat * make sure the top of the view zone is always revealed
This commit is contained in:
@@ -368,7 +368,7 @@ export class CloseAction extends AbstractInlineChatAction {
|
||||
group: '0_main',
|
||||
order: 1,
|
||||
when: ContextKeyExpr.and(
|
||||
CTX_INLINE_CHAT_CONFIG_TXT_BTNS,
|
||||
// CTX_INLINE_CHAT_CONFIG_TXT_BTNS,
|
||||
ContextKeyExpr.or(
|
||||
CTX_INLINE_CHAT_RESPONSE_TYPE.isEqualTo(InlineChatResponseType.Messages),
|
||||
CTX_INLINE_CHAT_EDIT_MODE.isEqualTo(EditMode.Preview)
|
||||
|
||||
Reference in New Issue
Block a user