Dean Sheather

Results 100 comments of Dean Sheather

I'll make some changes later today.

I forgot to do it. If you want to do it, go ahead, but please keep my details in co-authored-by

Yeah, unfortunately this is related to the version of VS Code we bundle inside of code-server. When the extensions updated, they set their manifests to not work on the version...

I've merged a flag `--upload-code-server` which should allow you to upload code-server v2 preview to your remote server over SSH. I'll leave this open until code-server v2 becomes the current...

Using the v2 Docker image is helpful if you're using Docker, but unfourtunately sshcode doesn't have support for launching remote Docker containers yet. The only way to force sshcode to...

@Merith-TK please post logs from sshcode.

Please discuss PR specific stuff in one of the relevant PRs.

Sorry about this! I'll work on improving the documentation soon. The basic instructions are: 1. On your local machine, install sshcode. 2. Run `sshcode user@remote-ip` where `user@remote-ip` is the normal...

We could probably accomplish this by launching a second SSH connection in the `coder vscodessh` subcommand for the sole purpose of forwarding. Seems like the main SSH connection is passed...

Right now we just store the tar file that gets uploaded by the client, so to get a single file out of the tar we would have to query the...