microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

Adapter not sending "removed" loadedSource events on page refresh. #145

Closed EricCornelson closed 5 years ago

EricCornelson commented 5 years ago

The adapter should be sending the "removed" loadedSource events when the page is refreshed to clear out old scripts, but it does not. This results in duplicated scripts in the scripts view while debugging (in Visual Studio only).

Steps to reproduce:

  1. Launch Edge with debugging
  2. See in the logs that the loadedSource events with "removed" are never sent after a page refresh.