-
Notifications
You must be signed in to change notification settings - Fork 214
Can't install extensions, version mismatch (worked in the past) #135
Comments
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 we use. There's a v2 preview release which uses a much newer (if not latest) version of VS Code which should solve these problems, but there's no way to instruct sshcode to use it. I'll work on a feature that allows uploading code-server from your local machine (so you can upload code-server v2 to the remote server) today.
|
I've merged a flag |
Hey, yeah this is a problem with the docker image itself, there's nothing to do to fix it.
I get it working with that version, I'll keep an eye when the version 2 are all set up and working well, but for the moment this "preview" works well. @micmarty |
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 use v2 is to use the new |
Hi, I am also facing this issue. May I know how to use this flag ? |
Basically, just point to the specific code-server binary that you want to use |
used |
replaced sshcode-server latest binary of code-server 3.0.2. and it fails to start. |
I guess you need to use the path of binary of codesever and not the version which you want to upload like |
Yeah path is what you need, simply choosing a version number doesn't work. |
I tried providing the link to the binary first and it didnt work. Discovered Path meant the local path and after downloading binary file of v3.0.02 linux arm_64 and pointed to the path. I cleared out sshcode files from .local/share and .config and used So I then ran it without the Then ran it with Closed it and ran it again with the usual command and with |
Code-server version 3 won't work with sshcode. Look at how version 2 and 3 are package, |
I went with 2.1698-vsc1.41.1.
|
Please use code blocks for terminal output, makes it easier to follow and realize that it is terminal/code |
I had enclosed it in code blocks but there is a '+' character every line rendering the enclosment useless. But I tried again and it now works but it now enclosed between ``` rather than single ` |
Any luck @puneethrj, let me also know if you are able to solve the problem since I am also having the same issue. |
@Merith-TK , I think the problem is not with sshcode but with the code server, since I tried on latest release of code server, but it still didn't work out. Here is the error I got |
Odd... I swore I installed that the other week but then removed it because I had no need... |
Sorry my bad, I was still using the previous version of code-server, and it works with the latest release. |
@Merith-TK, is there a quick solution for this issue? |
I'm unable to install important extensions which used to work without any problems in previous version

Can I handle it myself or it is some
sshcode
problem?Versions:
sshcode v0.8.0
binary for Linux x86-64code-server v1.1156-vsc1.33.1
(logged line after server start)[EDIT]
It can be related to
code-server
issues coder/code-server#920The text was updated successfully, but these errors were encountered: