-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Improving stopped indication ("breakpoint hit") for Web UI #100757
Comments
From: #99223 Investigate to use web notifications to indicate breakpoint hit |
@isidorn yes, let's try "web notifications"... |
Makes sense, let me assign to October to experiment with web notifications. |
Did not have time for this, moving to November to experiment in debt week. |
@bpasero do we maybe already use web notifications for something? I think not, but wanted to double check? |
@isidorn we don't use it currently and I don't think we should do this through a service because I feel web notifications should be the absolute exception and not the rule. Maybe do a local fix in your area to begin with. One downside is that I think a browser will ask you for permissions to show notifications. Would be great is only appears when you debug and need it, not before. |
@bpasero makes sense. I looked into the showNotifications API and I need a p.s I tried out some sites and they ask you for permission as soon as you open the site. Though hopefully I could register the service worker lazily and avoid this... |
After discussions with @bpasero we came to the conclussion that a service worker is not something we can register and control in our web experience. Since the web notifications are not possible without a service worker, and web notifications alone do not justify an introduction of a service worker I am moving this to the Backlog. Also the experience that opening VS Code UI the first thing we would request are notifications to use web notifications are not nice. And that is how notification API works in Chrome. |
No action planned here, and I do not think there is something actionable to be done. |
TBD
The text was updated successfully, but these errors were encountered: