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!
Is it possible to use this repo's patch to run
code tunnelas 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!