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
Run one invocation per SetBreakpoints request (#1117)
* Run one invocation per SetBreakpoints request
Previously for every SetBreakpoints request we would invoke
ExecuteCommandAsync once for every single breakpoint. This change
reduces that to a single call per request.
* Fix usage of preview only syntax
0 commit comments