-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications - show which extension they came from #21302
Comments
I like, we already to that for status bar messages |
I postpone this until we get the new notification story in place |
Could you tell us which API for extension can send the message. |
@bpasero Given that this annoys people is there something the message service can do with ease? |
@jrieken so for the status bar you were talking about this right? Our notification UX needs an overhaul (we started to revisit this recently but it needs more thinking - @stevencl fyi) and so we have only limited amount of things we can do in the UI. A couple of ideas
We should do something pragmatic and simple given that this UI is throwaway code anyways. |
Refined this to show the extension id along the extension name and to also show the hover on the severity label |
@jrieken I think it has to be extension display name instead of extension.name. extension id is nothing but Shall I file a separate issue or reopen this? |
@sandy081 Please make a separate issue, thanks |
Sometimes notification messages appear, and it isn't clear whether they are from vscode or an extension, and if so, which one. Right now I sometimes see "The internet connection appears to be offline" and don't know which extension is responsible. It would be useful to be able to easily trace the message to an extension, maybe with a tooltip on the message that shows the originating extension's name. It looks like a notification UX overhaul is on the way, #1135.
The text was updated successfully, but these errors were encountered: