This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Additional URLs allows me to add a package URL, but does not update index (Arduino CLI) #1510
Open
Description
The normal steps would be something like...
arduino-cli config add board_manager.additional_urls <package.json>
arduino-cli core update-index
You are helping me to capture the package URL, but when I click "Refresh Package Indexes" it does not perform the arduino-cli core update-index
command, so the board does not display.
I have tried restarting VSCode, restarting the extension, but nothing causes the new package to show up. How are you supposed to realize the functionality of the "Additional URLs" in the settings.json
?
Ideally, I would like to see index updated based on the Additional URLs when I click "Refresh Package Indexes".
FWIW, the Arduino Extension is using the Arduino CLI on a Mac (Intel).