vscode-extensions-open-in-browser
vscode-extensions-open-in-browser copied to clipboard
Docker support - Integration with VsCode Remote Development?
It would be wonderful if the extension could support opening an HTML within a docker container, displaying it in the browser on the host.
I believe it would come down to something like:
- User is running in docker via the remote development plugin
- Open in browser (detects 1)
- does a 'docker cp' to copy the file from the running container to "somewhere" (say /tmp/) and
- opens that file (now on the host) where it is 'put' by (3 above) with the browser.
Obviously, the simple use-case.
it also doesn't seem to work when using WSL, which i assume is the same thing