Closed
Description
-
code-server
version: 1.1156-vsc1.33.1 -
OS Version: linux-x64, all cloud providers
Description
Throughout your documentation you write code-server-{version}
but the latest linux version is named code-server{version}
. There is no hyphen between the word server and the version string.
Steps to Reproduce
- Try to visit https://github.com/cdr/code-server/releases/download/1.1156-vsc1.33.1/code-server-1.1156-vsc1.33.1-linux-x64.tar.gz in your browser and it will fail to download
- Instead visit https://github.com/cdr/code-server/releases/download/1.1156-vsc1.33.1/code-server1.1156-vsc1.33.1-linux-x64.tar.gz and it will download!