-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscodium not downloaded due to missing value for release #57
Comments
Adding to this while performing the installation steps manually. The installation script expects the server script to be named code-server-oss but this does not exist. Instead the name is codium-server. There is no symbolic link present. Creating a symbolic link will make the server start properly but now code-oss reports a failure upon connecting due to e version mismatch.. |
The problem is that you are using another client instead of vscodium, and vscodium uses a different commit in Could you try updating
Let me know if it works so I can update the readme |
Ok so the url retrieved the right version, but the server script in bin had the wrong name too. Nothing a Thanks for replying. I guess it might be easier to switch to vscodium and see how it works for me :-) |
Ah right 🤦 , I guess I can detect if the server is Closing for now. |
Type: Issue
Running Code-OSS on POP!_OS installed from flatpak.
Plugin version v0.0.25
Version: 1.74.3
Commit: 97dec172d3256f8ca4bfb2143f3f76b503ca0534
Date: 2023-01-13T15:24:47.250Z
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Linux x64 6.0.12-76060006-generic
Sandboxed: No
When connecting to a remote host for the 1st time I get the error:
Upon investigation I found that the download url that was constructed misses the value for release.
curl --retry 3 --connect-timeout 10 --location --output vscode-server.tar.gz https://github.com/VSCodium/vscodium/releases/download/1.74.3./vscodium-reh-linux-x64-1.74.3..tar.gz
Extension version: 0.0.25
VS Code version: Code - OSS 1.74.3 (97dec172d3256f8ca4bfb2143f3f76b503ca0534, 2023-01-13T15:24:47.250Z)
OS version: Linux x64 6.0.12-76060006-generic
Modes:
Sandboxed: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
The text was updated successfully, but these errors were encountered: