No autoupdate? #2127
-
I am pretty sure that code-server has an auto-update-feature? I could find it being mentioned in a few issues, but I was not able to find it in any guide (seems like there should be a popup in the bottom right?). code-server --version It seems like the current version is 3.5.0? What is the best way to update code-server? I run code-server with my own script and systemd-service file bc i need to source a few extra variables. Is that maybe related to it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ah yeah we stripped out the auto-updates in favor of using system package managers or npm/yarn or our install script. The easiest way to update is to install it again the same way you did the first time. The extensions and settings and all that are in a separate directory so they'll be preserved. So for example if you used our install script you'd need to run that again. I'd like to add update notices to code-server though that will tell you how to update. We could also add something to the FAQ. |
Beta Was this translation helpful? Give feedback.
Ah yeah we stripped out the auto-updates in favor of using system package managers or npm/yarn or our install script.
The easiest way to update is to install it again the same way you did the first time. The extensions and settings and all that are in a separate directory so they'll be preserved. So for example if you used our install script you'd need to run that again.
I'd like to add update notices to code-server though that will tell you how to update. We could also add something to the FAQ.