-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchatregressionSomething that used to work is now brokenSomething that used to work is now broken
Milestone
Description
- Show some confirmation
- Click a button
- We do
setShowButtons(false)
but the buttons are not hidden
I see this

so .chat-confirmation-widget-container.hideButtons
so now this rule doesn't match
vscode/src/vs/workbench/contrib/chat/browser/chatContentParts/media/chatConfirmationWidget.css
Lines 163 to 165 in 41657f4
.chat-confirmation-widget.hideButtons .chat-buttons-container { | |
display: none; | |
} |
From #261874, it changed the DOM structure of the widget
joshspicerCopilot
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchatregressionSomething that used to work is now brokenSomething that used to work is now broken