vscode: Edge DevTools VSCode Extension not working on VSCode Insiders

  • VSCode Version: 1.47.0 (vscode-insiders)
  • OS Version: Win 64

Steps to Reproduce:

  1. Set up the VSCode DevTools Extension (Instructions)
  2. Run in VSCode Insiders

Does this issue occur when all extensions are disabled?: Not applicable

Hey! I’m working on the VSCode Edge DevTools extension, and noticed that our extension no longer works on vscode insiders, but works properly on the stable version. I was hoping we could find a point of contact on the vscode team to help us work through what compatibility issues might have come up between stable and the insiders version.

For a bit of reference here is how we serve our DevTools via the extension: image

I believe that the compatibility issue occurs somewhere between the Host and the DevTools as the main issue is that our DevTools files is not reaching the host. The main file that deals with serving the DevTools is host.ts.

Expected: Application runs as normal image

Actual: Blank EdgeDevTools tab: image

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 30 (12 by maintainers)

Commits related to this issue

Most upvoted comments

confirmed the fix. Thanks for the help @mjbvz

Here is a minimal repro that exhibits behavior that was functional in 1.46 but fails in 1.47, in the same way that the DevTools one fails to load. I scaffolded this using yo code.

https://github.com/robpaveza/vscode-webview-load-problem