Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

the Arduino Extension should do incrementally change to the additional URLs but not remove the existing links. #457

Closed
vsctest1 opened this issue Jan 15, 2018 · 4 comments
Assignees
Milestone

Comments

@vsctest1
Copy link

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:

  1. 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

  2. Install Arduino extension in VS code.
    5.In the VS code , click File > Preferences > Settings

  3. 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

  1. In the Arduino IDE, click File > Preferences.>Additional Boards Manager URLs
    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.
@liydu liydu added the bug label Feb 9, 2018
@liydu liydu added this to the Sprint 133 milestone Feb 9, 2018
@liydu
Copy link

liydu commented Feb 9, 2018

Ai...

@czgtest
Copy link
Contributor

czgtest commented Mar 7, 2018

this problem will affect DevKit installation

@czgtest
Copy link
Contributor

czgtest commented Mar 29, 2018

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.

@czgtest
Copy link
Contributor

czgtest commented Apr 3, 2018

the additional URLs of user settings will auto-update to preferences.txt file when run board manager command.

@czgtest czgtest closed this as completed Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants