Frequently Asked Questions
About 100 wordsLess than 1 minute
How to Install a Specific Version of code-server
Custom development environments use code-server by default for WebIDE. Install with:
curl -fsSL https://code-server.dev/install.sh | shcode-server comes from the community and some versions may have bugs that prevent WebIDE from working. Install a specific version as a temporary workaround, and upgrade after the community fixes the issue:
# Install a specific version, e.g. 4.100.3
curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.100.3