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
vscode-chrome-debug is firing the private 'continued' event to support the continued button that shows up on the Chrome window, but it seems like that's not working anymore. Is there still some way to implement this?
Microsoft/vscode-chrome-debug#201
The text was updated successfully, but these errors were encountered:
No, this was an internal event which we used as a workaround. Since we fixed #5966 we have removed that event.
If we want to add this we should first surface it in the protocol, thus assigning to @weinand
vscode-chrome-debug is firing the private 'continued' event to support the continued button that shows up on the Chrome window, but it seems like that's not working anymore. Is there still some way to implement this?
Microsoft/vscode-chrome-debug#201
The text was updated successfully, but these errors were encountered: