-
-
Notifications
You must be signed in to change notification settings - Fork 490
Disable autodownload of updates on startup #860
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't yet figured out how to fully test the updater system, but this does fix #848 for me.
On startup or "Arduino: Check for Arduino IDE updates" command, I only get the expected check output, without the unexpected download:
Checking for update
Found version 2.0.0-rc4-nightly-20220224 (url: arduino-ide_nightly-20220224_Windows_64bit.exe)
I do get the download as expected when I run the "Arduino: Download Arduino IDE updates" command, and am then able to install it via the "Arduino: Install Arduino IDE updates" command.
Thanks Francesco!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Fixes #848