VSCodium / vscodium

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

Remote SSH on QEMU VM fails. #1958

Open al-sabr opened 3 months ago

al-sabr commented 3 months ago

Describe the bug Connecting with Remote SSH on QEMU VM fails because the artifact doesn't exist and cannot be downloaded.

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. Install the Remote-SSH extension
  2. Try to connect on a guest host with OpenSSH Server installed

Expected behavior Visual Studio Code Server should be downloaded on the guest host and usable.

Found a script which works maybe use this one? download-vs-code-server.sh

Screenshots If applicable, add screenshots to help explain your problem. Screenshot from 2024-07-15 06-18-30

It seems that the SSh connection is not the problem because the folder and the file are created in the guest host. Screenshot from 2024-07-15 06-27-48

The problem might be in this area : Screenshot from 2024-07-15 07-06-15

Desktop (please complete the following information):

Additional context

> Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
> permitted by applicable law.
[05:50:32.232] > ready: 76fbb8315d36
[05:50:32.233] > Linux 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21)
[05:50:32.233] Platform: linux
[05:50:32.234] > /bin/bash
[05:50:32.234] Shell: bash
[05:50:32.234] Creating bash subshell inside "bash"
[05:50:32.235] > bash version:  5.2.15(1)-release
[05:50:32.243] > 76fbb8315d36: running
[05:50:32.252] > Installing to /home/dietpi/.vscodium-server...
[05:50:32.254] > 76fbb8315d36%%1%%
[05:50:32.257] > Downloading with wget
[05:50:32.440] > wget download failed
> https://update.code.visualstudio.com/commit:8512cb3341b26a5dba985a9a17eed8d7c3362886/cli-alpine-x64/stable: 2024-07-15 04:50:32 ERROR 404: Not Found.
> printenv:
daiyam commented 3 months ago

Use Open Remote - SSH. Remote-SSH works only with Visual Studio Code.

al-sabr commented 3 months ago

It worked thank you for the tip!

However I have a question how about the other extensions is it the same as Open Remote - SSH or can I use them in codium?

Screenshot from 2024-07-15 14-38-05

daiyam commented 3 months ago

MS extensions are some what incompatible due to them requiring Visual Studio Code. Read more about compatibility: https://github.com/VSCodium/vscodium/blob/master/docs/extensions-compatibility.md

al-sabr commented 3 months ago

Is there any one who is working currently on the Open Dev Container