Is there an existing issue for this?
OS/Web Information
- Web Browser: Firefox
- Local OS: Kubuntu
- Remote OS: Raspberry Pi OS
- Remote Architecture: armv7l
code-server --version: (not applicable)
Steps to Reproduce
- download the install.sh script
sh install.sh --version 3.11.1
Expected
Version 3.11.1 should be installed
Actual
The latest version is installed
Logs
yarn global add code-server@3.11.1 does not result in any errors.
When installed via this method, the correct version is installed.
Screenshot/Video



Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
I am installing this version because I believe it is the version I had before upgrading. The latest version does not work for me, since it throws this error every time I open it:
"The workbench failed to connect to the server (Error: WebSocket close with status code 1006)"
I know that #4443 addresses this issue, but the solutions provided are only for nginx, and I use Apache.
Is there an existing issue for this?
OS/Web Information
code-server --version: (not applicable)Steps to Reproduce
sh install.sh --version 3.11.1Expected
Version 3.11.1 should be installed
Actual
The latest version is installed
Logs
yarn global add code-server@3.11.1does not result in any errors.When installed via this method, the correct version is installed.
Screenshot/Video
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
I am installing this version because I believe it is the version I had before upgrading. The latest version does not work for me, since it throws this error every time I open it:
"The workbench failed to connect to the server (Error: WebSocket close with status code 1006)"
I know that #4443 addresses this issue, but the solutions provided are only for nginx, and I use Apache.