You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Dev Kit installation packages will set custom Board Manger URL ,but this URL will be replaced when user also install Arduino extension and set boards manager URL in VS code.
Install Arduino extension in VS code.
5.In the VS code , click File > Preferences > Settings
set boards manager URL as bellow
{
"window.zoomLevel": 0,
"arduino.additionalUrls": [
"http://arduino.esp8266.com/stable/package_esp8266com_index.json",
"https://adafruit.github.io/arduino-board-index/package_adafruit_index.json"
]
}
7.save and close vscode
8. then wait about half an hour later
After use the new version of Arduino extension, do the same scenario, the issue is not repro on,
In order to make sure this issue is fix, I will verify it tomorrow.
Dev Kit installation packages will set custom Board Manger URL ,but this URL will be replaced when user also install Arduino extension and set boards manager URL in VS code.
Steps:
In the Arduino IDE, click File > Preferences.
2.In the Preferences dialog box, click the icon next to the Additional Boards Manager URLs text box.
3.In the pop-up window, enter the following URL, and then click OK.
https://raw.githubusercontent.com/VSChina/azureiotdevkit_tools/master/package_azureboard_index.json
Install Arduino extension in VS code.
5.In the VS code , click File > Preferences > Settings
set boards manager URL as bellow
{
"window.zoomLevel": 0,
"arduino.additionalUrls": [
"http://arduino.esp8266.com/stable/package_esp8266com_index.json",
"https://adafruit.github.io/arduino-board-index/package_adafruit_index.json"
]
}
7.save and close vscode
8. then wait about half an hour later
verify URL :
http://arduino.esp8266.com/stable/package_esp8266com_index.json
https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
Issue : the board URL for DevKit was replaced.
Repro on : user install Arduino extension and set boards manager URL in VScode.
The text was updated successfully, but these errors were encountered: