Developing and testing features or extensions for Microsoft Edge
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I developing an Edge extension and doing the "code/save, switch to Edge, reload extension, reload page, enable extension, reload page" dance, for every code change - extremely painful.
I'm hoping the Edge extension for VS Code will help. I've tried it, though I can't find a way to enable an extension in the Edge that's embedded in VS Code.
So I have two questions:
-- any way to enable an extension in the embedded Edge?
-- any other ideas/strategies for minimizing the painful code/reload tango for extension development.
Thank you,
Hans
Developing and testing features or extensions for Microsoft Edge
Hi @Anonymous
We can't debug extensions in VS code Edge extension.
I know you feel inconvenient when debugging Edge extensions, but AFAIK the only way to debug Edge extensions is debugging them in Edge browser.
You can sideload the extension in Edge according to this doc then debug it. You can also refer to this doc about debugging extensions as Edge now use the same chromium engine as Chrome, so you can refer to the Chrome doc.
If you have any issue when developing an Edge extension or have any feedback about Edge extension, you can refer to this doc about where to request help and provide feedback.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Regards,
Yu Zhou