Using “Remote SSH” in VSCode on a target machine that only allows inbound SSH connections

When you connect to a host it executes a bash script that wgets or curls a tarball and extracts it in a directory in your home directory. Here’s an offline workaround. Attempt to connect, let it fail On server, get the commit id $ ls ~/.vscode-server/bin 553cfb2c2205db5f15f3ee8395bbd5cf066d357d Download tarball replacing $COMMIT_ID with the the commit … Read more