how can i install specific version of code-server #3099
Answered
by
bpmct
hakanaku1234
asked this question in
Q&A
|
hi, with since the latest version has some bugs, i want to downgrade it. |
Answered by
bpmct
Apr 11, 2021
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 |
1 reply
Answer selected by
bpmct
|
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. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 --helpto see all of the options :)