how can i install specific version of code-server #3099
-
hi, with since the latest version has some bugs, i want to downgrade it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can specify this with the --version flag :) reference: https://github.com/cdr/code-server/blob/main/install.sh#L155 You can also do |
Beta Was this translation helpful? Give feedback.
-
also for [1], I believe you need to specify the -r flag to "reuse" the existing window. This is just a new feature of VS Code I believe. |
Beta Was this translation helpful? Give feedback.
You can specify this with the --version flag :)
reference: https://github.com/cdr/code-server/blob/main/install.sh#L155
You can also do
install.sh --help
to see all of the options :)