-
Notifications
You must be signed in to change notification settings - Fork 236
Disable VSCode Board Manager automatic update #394
Comments
It's a good idea to support users to customize whether this feature is automatically updated. |
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. |
I found out there's some problem when the arduino has the libraries
installed inside the "portable" folder instead of the default.
The VSCODE can't find the boards installed.
Em ter, 6 de mar de 2018 02:42, Chen Zhang <[email protected]>
escreveu:
… 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,
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#394 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE2uBfTYmNZqxJ8WF3ty72oAEBIq8qE9ks5tbiHKgaJpZM4O6ndA>
.
|
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?
The text was updated successfully, but these errors were encountered: