You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An open debug exception widget looks broken after switching editor tabs.
Steps to Reproduce:
Write a simple node.js program that throws an exception.
Set an exception breakpoint. Debug exception widget appears when the exception is thrown:
Switch to another editor. Switch back to the first. Debug exception widget now looks broken. Also, many of the editor decorations are lost, including the decorations indicating the current stack frame in the editor.
Additional Information
This looks like another regression from #14909. See also #15496 and #15426.