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.
Open
Description
- Version of VS Code and this extension
VS Code: 1.33.1
Arduino: Version 0.2.25 - OS/Platform you are working on
Windows - Reproducible steps (1... 2... 3...) that cause the issue
Add
"**/.vscode": true
to list of exclusions in "files.exclude".
Perform any action that would modify arduino.json (select board, port, programmer, etc..)
-
What you expected to see, versus what you actually saw
-
Expected
That selecting board, port and programmer would update the arduino.json file accordingly
-
Saw
Arduino.json was successive overwritten by each action. For example, selecting board type would overwrite everything in arduino.json and fill in data for the board type. The status bar would show selected data as normal, except for board type which would stay blank. This seems to prevent uploads to the arduino.
-
Note: This started immediately after a recent VS Code update