Vscode-js-debug: [Feature] Allow to work with vscode-browser-preview on codespace

Created on 25 Nov 2020  Â·  3Comments  Â·  Source: microsoft/vscode-js-debug

Is your feature request related to a problem? Please describe.

chrome debug does not work on codespace/online.visualstudio.com, even when I use headless browser

Describe the feature you'd like

make vs code codespace + vscode-live-server + * vscode-browser-preview * + chrome debug/attach works together on codespace/online.visualstudio.com

Allow to work with in codespace/online.visualstudio.com, as vscode-browser-preview plugin allow work on codespace which be mark as a remote scene, chrome plugin block it itself.

Btw, vscode-browser-preview works on codespace in browser, it's even faster than codespace's auto forward browser, and support protocol like websocket(as it's real browser and has no proxy), which make many cool scene work, it's especially useful when work with vscode-live-server plugin

ref:

  1. https://github.com/auchenberg/vscode-browser-preview
  2. https://github.com/ritwickdey/vscode-live-server
  3. https://developers.google.com/web/updates/2017/04/headless-chrome
feature-request

Most helpful comment

@connor4312 we have the same feature request. Do we have timeline or roadmap for it? I believe it would be an important feature for the daily development on Codespaces, especially when we develop/debug a frontend web app. Is it possible for us to raise its priority as it's still in Backlog? Thanks~

All 3 comments

Thanks for the issue. We've been talking about doing something like this for codespaces. For browser debugging, we do need a "real" browser, so we were thinking about running a headless chrome instance within the codespace and then mirroring styling and resources into a webview.

Cool!

Tks

On Tuesday, December 8, 2020, Connor Peet notifications@github.com wrote:

Thanks for the issue. We've been talking about doing something like this
for codespaces.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-js-debug/issues/863#issuecomment-740216495,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ADFLEHN7IP2MQUDWXFU6YVDSTVIT3ANCNFSM4UCBFMFA
.

@connor4312 we have the same feature request. Do we have timeline or roadmap for it? I believe it would be an important feature for the daily development on Codespaces, especially when we develop/debug a frontend web app. Is it possible for us to raise its priority as it's still in Backlog? Thanks~

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jtsom picture jtsom  Â·  8Comments

Skuriles picture Skuriles  Â·  5Comments

roblourens picture roblourens  Â·  5Comments

geirsagberg picture geirsagberg  Â·  5Comments

byroniac picture byroniac  Â·  6Comments