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
752 stars 257 forks source link

Unable to download DevTools for the current target - on vscode.dev #2367

Closed lethuyet closed 1 month ago

lethuyet commented 2 months ago

Environment (please complete the following information):

Describe the bug:

After being customized (by changing extension kind from ‘ui’ to ‘workspace’) and installed successfully (via vsix file) in vscode.dev, the browser pane is working correctly (with whatever webpages loaded correctly), but the DevTools pane isn’t working and showing “Unable to download DevTools for the current target”.

Repro steps:

Expected behavior:

Additional context:

Vscode.dev editor accessing the vscode server (on remote macos machine) via Remote Tunnel Access. On the remote macos machine:

AB#53333284

captainbrosset commented 2 months ago

Thank you for filing this issue.

vidorteg commented 1 month ago

Hi @lethuyet,

Thank you for the feedback, this does not seems a bug but a feature request as by design the extension is designed to be run only locally (at least for now), this is an interesting request and I'll leave it open as a feature request in case anyones wants to take over it. Thanks for using the extension.

lethuyet commented 3 days ago

thanks for looking into this @vidorteg