-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[desktop-lite] Only works with vscode #1039
Comments
A colleague of mine pointed me towards this issue, which points out that Before closing the issue, could I suggest adding this information to the |
Thank you for the issue and for sharing the workaround here. If you have a moment, would you be interested in opening a PR to add the info to the |
Hey @bamurtaugh, I've created a small PR to add the documentation. Let me know if I should change anything. I've also mentioned you in the PR |
LGTM, thanks so much! Going to close this as completed. |
I have been trying to make use of the
devcontainer-cli
without using vscode. I am on wsl2 and have used the following.devcontainer/devcontainer.json
for setting up a container withdesktop-lite
:When running the dev container using vscode, I am able to open the ports tab & use the novnc server on
localhost:6080
, however when I try to run the same dev container using only the cli, the novnc page fails to load.On wsl, these are the steps I follow:
After which I attempt to open
localhost:6080
on a browser in windows, which does not work.I am assuming that it is possible to get this to work using only the cli. Is there some additional setup which vscode does automatically?
The text was updated successfully, but these errors were encountered: