-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Update popup notification although --disable-update-check #4826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I get this parameter with "code-server --help": --disable-update-check Disable update check. Without this flag, code-server checks every 6 hours against the latest github release and then notifies you once every week that a new release is available. And update-mode was set to none. |
My apologies...I didn't realize we still had that. This flag is before my time. Did it used to work? Do you know what it should do? I took a look through the codebase and I can't find any logic related to it 🤔 My thinking would be that it would set update-mode to none, but maybe it's supposed to do something else. |
All I know is that I get an update notification even though both options are set. So one of them doesn't seem to work anymore 🤷♂️ |
Well that surely is annoying, isn't it? Sorry about that! Maybe we lost some of that logic in 4.0. @code-asher any ideas on how this worked previously? |
It would appear this got left out in the rebase. |
We will need to take a similar route to |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.0.1Steps to Reproduce
Expected
No update check and notification.
Actual
Update check and a popup notification for code-server 4.0.2 within the IDE at the bottom right.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: