-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devcontainers #2
Comments
This extension will not download & run the remote extension host (REH) for you like the Microsoft one does. You have to download it yourself from the VSCodium release page.
EDIT: I was thinking about real hosts, in the case of containers it is probably enough just to expose the internal port to the host and connect to it. |
Do you think instructions (with commands) for how to do this could be added to the README? |
Sure! I am short on time at the moment & have no too much experience with containers right now, so somebody would have to a pull request 😉. |
I've looked into it and it seems to be doable in principle. I've got an extension running (forked from vscode-remote-oss, with some bits from Open Remote - WSL) that starts a container with It is very flaky though:
Overall, the dev containers CLI seems to be an afterthought, so the experience would likely still be pretty bad. I'll publish my code after I clean up a bit, but I don't think it's worth continuing this approach until the issues with the CLI are resolved. |
Hello,
Can this be used for devcontainers? If so, how?
I wish to use devcontainers with VSCodium, however the official remote containers extension fails during container creation, at the installation of the code server within the container.
Can this extension help? Or have I completely misunderstood the purpose of it?
Thanks,
Thomas Aldrian
The text was updated successfully, but these errors were encountered: