microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 282 forks source link

fix: rare race that could show breakpoints as unverified #2006

Closed connor4312 closed 7 months ago

connor4312 commented 7 months ago

Instead of omitting the resolve during set, just wait in notifyResolved. This could lead to some duplicate updates in the UI, but there should be no ill effects from them.