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

Disable VSCode Board Manager automatic update #394

Closed
Medeirox opened this issue Aug 17, 2017 · 4 comments
Closed

Disable VSCode Board Manager automatic update #394

Medeirox opened this issue Aug 17, 2017 · 4 comments
Assignees
Milestone

Comments

@Medeirox
Copy link

Sometimes the URL's that board manager uses are down, and when this happens the board manager "removes" the already installed boards from the arduino installation.
How can I do VSCode board manager stops from updating and working only with the installed boards?

@liydu liydu added this to the Sprint 132 milestone Feb 9, 2018
@czgtest
Copy link
Contributor

czgtest commented Mar 6, 2018

It's a good idea to support users to customize whether this feature is automatically updated.
we can do this in user settings, allow user to edit the default settings, if the value is false , don't upload the board manager,

@ihere1
Copy link
Contributor

ihere1 commented Mar 30, 2018

244936c#diff-f1d3d81217c02af7cfec184b0e1d8b14 . For version after this commit, we only auto update board manager if "package_index.json" or a index.json file required in url is missing from Arduino folder.

Please check following settings if you find it always update board manager on extension start: 1."boardsmanager.additional.urls" setting in preferences.txt folder in Arduino folder.
2. "arduino.additionalUrls" setting in vscode (Press Ctrl + , in Visual Studio Code)
3. Arduino folder where index.json stored. (For example : {User folder}\AppData\Local\Arduino15 on windows)

@ihere1 ihere1 closed this as completed Mar 30, 2018
@ihere1 ihere1 reopened this Mar 30, 2018
@czgtest czgtest closed this as completed Apr 3, 2018
@Medeirox
Copy link
Author

Medeirox commented Apr 3, 2018 via email

@Sneezry
Copy link
Member

Sneezry commented Apr 3, 2018

@Medeirox thanks for the feedback. Portable support will be added in v0.2.12. See #498

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