-
-
Notifications
You must be signed in to change notification settings - Fork 500
#1084, #1156 Various library/platform index update fixes #1418
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
e248e07
to
8c466d2
Compare
arduino-ide-extension/src/browser/contributions/update-indexes.ts
Outdated
Show resolved
Hide resolved
- IDE2 can start if the package index download fails. Closes arduino#1084 - Split the lib and platform index update. Closes arduino#1156 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
8c466d2
to
0a02d77
Compare
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.
It is working perfectly for me. I verified it fixes #1084 (comment)
This provides a significant improvement to the user experience on IDE startup and installing 3rd party boards platforms via Boards Manager.
Thanks Akos!
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.
Haven't tested it thoroughly but code looks fine to me. Green light 🟢
Uh oh!
There was an error while loading. Please reload this page.
Motivation
#directories/data
is empty. (IDE is non-functional if package index can't be loaded #1084 )arduino.checkForUpdates
isfalse
no automatic index update will run.Change description
Other information
Closes #1084
Closes #1156
Reviewer checklist