Expose API to provide expandable message in notifications #126526
Labels
api
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
workbench-notifications
Notification widget issues
Milestone
Expose API to provide expandable message in notifications (
showInformationMessage
/showWarningMessage
/showErrorMessage
). The API could be something like:showInformationMessage(summaryMessage: string, fullMessage: string, ...items: string[])
Currently, if actions are present in these notification messages, the view is automatically expanded. Instead:
The text was updated successfully, but these errors were encountered: