-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Dependent menus not updated after .zip library install #659
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Comments
per1234
added
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
labels
Dec 2, 2021
3 tasks
kittaakos
pushed a commit
that referenced
this issue
Jan 9, 2023
Closes #659 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos
pushed a commit
that referenced
this issue
Jan 9, 2023
Closes #659 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
4 tasks
kittaakos
pushed a commit
that referenced
this issue
Jan 11, 2023
Closes #659 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
@roseanne09 that is off topic here. Please post about it on the Arduino Forum. I'll help you to install the library over there: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
🐛 After installing a library via Sketch > Include Library > Add .ZIP Library...", the library does not appear in the "File > Examples" and "Sketch > Include Library" menus until after the IDE is restarted.
To Reproduce
.zip
format which is not already installed on your computer: https://github.com/arduino-libraries/ArduinoMDNS/archive/refs/heads/master.zip.zip
(ArduinoMDNS-master.zip
).🐛 Note that the expected "ArduinoMDNS" submenu item is not present.
🐛 Note that the expected "ArduinoMDNS" submenu item is not present.
🙂 Note that the expected "ArduinoMDNS" submenu item is now present.
🙂 Note that the expected "ArduinoMDNS" submenu item is now present.
Expected behavior
Dependent menus are refreshed after
.zip
library installDesktop
Date: 2021-11-30T16:25:41.414Z
CLI Version: 0.20.1 [abb21449]
Additional context
These menus are updated after
.zip
library installation in the classic Arduino IDE.The text was updated successfully, but these errors were encountered: