microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.44k stars 28.62k forks source link

Open loaded scripts from quick open and viewlet show different content #31535

Closed isidorn closed 3 years ago

isidorn commented 7 years ago

Refs: #31327

  1. Put a breakpoints somewhere in vsocde unit tests
  2. Start debugging our unit tests (they use legacy protocol)
  3. Open the loaded scripts view, vscode/amdefine/amdefine.js -> notice how the content is nicely shown

Now open F1 > loaded scripts > find amdefine.js (notice 2 copies, both of them give "Content could not be retrieved"

connor4312 commented 3 years ago

With tree view filtering we no longer have a loaded scripts command, so this is not relevant.