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 253 forks source link

MSEdge extension does not launch in VSCode for POP_OS linux #1424

Open luisandino opened 1 year ago

luisandino commented 1 year ago

Environment (please complete the following information):

Describe the bug:

When launching the instance of edge in VSCode for linux, I get an "unable to launch browser" message.

Repro steps:

  1. Open VSCode
  2. Click on Edge extension
  3. Click on launch project 4

Expected behavior:

Open the edge browser in headless mode

Additional context:

image

captainbrosset commented 1 year ago

Thanks for reporting this. I've flagged it appropriately for the team to take a look. CC @vidorteg for info.

luisandino commented 1 year ago

@captainbrosset I saw this issue #1120 today, and it also happens to me, so I've been playing with the lauch.json file and the settings.json to make edge work without any luck. I have tried the flatpack version of VSCode included in the POP_OS shop and the latest package from Microsoft as well, but no positive results so far.

captainbrosset commented 1 year ago

Thanks for testing some more.