-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
code tunnel #63
Comments
Would you need vscode-server in that case too, or is (in practice) either vscode-server or the tunnel? If it is the latter, you should be able to just use The rest of the code you linked isn't just similar, but actually an older version of this project, tweaked for |
Thanks, all useful to know ! That might unlock me, but in practice, indeed having both is the main use case since I would for use the remote ssh extension from my vscode desktop client, but the vscode.dev tunnel from my phone (you know, for these moments you have a code thought on the go). |
Good to know! Normally I would say that it is outside the scope of this project (not related to VS Code server), but given the overlap is so extremely high that you should be able to get it to work by configuring this project the right way, I will see if can add support for it. |
That would be great, thank you for considering it! |
I made a branch for this. I haven't tested it, but it should work for |
Is it possible to use this repo's patch to run
code tunnel
as documented here? It would allow to tunnel through a vscode.dev to a local machine (instead of requiring the remote ssh extension), for instance to access a code repo from a mobile device.It looks like @christoph00 has it working with a similar patch but it would be great it it was an option of this flake.
I've tried to download the CLI binary, which fails apparently because of the same hardcoded path problem. Would love to have a workaround too if there's one, or a more principled solution, like this repo provides!
The text was updated successfully, but these errors were encountered: