microsoft / vscode-edge-devtools

A VSCode extension that allows you to use browser devtools from within the editor. The devtools will connect to an instance of Microsoft Edge giving you the ability to alter CSS styling, perform diagnostics, and debugging. Get it now at http://aka.ms/devtools-for-code
https://docs.microsoft.com/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension
MIT License
745 stars 254 forks source link

How can I install extensions on the VS Code Edge Devtools browser version? #2323

Open lopugit opened 1 month ago

lopugit commented 1 month ago

When I try to install any extension I just get this error :O

Screenshot 2024-08-02 at 10 58 07 AM - Microsoft Edge - Microsoft Edge Add-ons

Extensions work fine on my normal edge browser :'(

But I can't attach the devtools to my standard edge browser :(

AB#53153306

captainbrosset commented 1 month ago

Thanks for filing. I know installing extensions that extend the devtools UI is not possible at the moment, see #1039. However, I believe installing extensions that extend the browser UI should work. By the looks of it, you are using an external browser window, not the embedded browser preview in VS Code, so I don't see why installing extensions there should not work.

I'll mark this as tracked on our backlog for investigation.