Refs: #96934
Complexity: 2
Authors: @bpasero @isidorn
Create Issue
When vscode is run in web and a breakpoint is hit we now update the title of the tab.
yarn web to get vscode running in the web
- Start debugging something, for example our smoke-test express starter sample
- Hit a breakpoint while debugging your application
Verify:
- There is a breakpoint decoration in the browser tab as long as the breakpoint is hit and the focus is not on the tab
- As soon as you focus the tab the breakpoint decoration is gone
- Please try multiple browsers: Chrome, Firefox, Safari
- Feedback on how to indicate this better is welcome! Note that in VS Code app on breakpoint hit we blink the Window, that is not possible in the web.
Refs: #96934
Complexity: 2
Authors: @bpasero @isidorn
Create Issue
When vscode is run in web and a breakpoint is hit we now update the title of the tab.
yarn webto get vscode running in the webVerify: