VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.31k stars 1.02k forks source link

Remote SSH is not working #1777

Closed coderj001 closed 6 months ago

coderj001 commented 6 months ago

Describe the bug I have a instances running on gcp I was trying to connect with vscodium,

❯ vscodium --version
1.85.1
08e6c15293922dd53a864bb041be381322fee401
x64

during the process of initialization its unable to connect and return 404 error

image

I found the url where it trying to download vscode on gcp server

image

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

  1. I'm using Arch linux and yay package manager and install vscodium using yay -S vscodium-bin vscodium-bin-features vscodium-bin-marketplace
  2. Installed Remote SSH Plugin
  3. Configure ssh using gcloud compute config-ssh
  4. Next try to ssh to hostname https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

daiyam commented 6 months ago

The Remote - SSH plugin from MS is imcompatbale with VSCodium (https://github.com/VSCodium/vscodium/blob/master/docs/extensions-compatibility.md). Use Open Remote - SSH instead.