Notifications with buttons should fly out after a timeout #44128
Labels
*as-designed
Described behavior is as designed
feature-request
Request for new features or functionality
workbench-notifications
Notification widget issues
This is a follow-up to #22388.
Summary
Now that notifications appear in the lower-right corner, many users will expect them to well, behave like notifications and go away. Currently, notifications with buttons are permanent, and therefore require user interaction, even in scenarios where it is not required.
Example:
Here, the alternate workflow is obvious, (manually opening the launch.json file) which means that the notification should go away. This is arguably, also easier, since the explorer and debug panels are very close to each other, while the notification 'x' is on the other side of the screen.
Ideally, all notifications should have a timeout. This would also force developers to fix inappropriate API usage. Practically, notifications with buttons should probably remain in their old top-center position.
The text was updated successfully, but these errors were encountered: