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.
Latest version of Arduino (1.8.7) does not work with extension #687
Closed
Description
Environment Information
System: Ubuntu 18.04
However, I suspect this applies to any and all OSs
Repro Steps
- Start clean
- Disable all other extensions
- Remove existing packages (
~/.arduino15/packages
)
- Install Arduino 1.8.7
- Specify the path in VSCode user settings:
"arduino.path": "/opt/arduino-1.8.7",
- Attempt to Install a board in Board Manager
Actual
- The Output terminal states "[Done] Installed board package - AZ3166"
- In
~/.arduino15/packages
, the newly installed board is not there
Expected
- The specified package is installed
Notes
- Rolling back to 1.8.6, it works.
Metadata
Metadata
Assignees
Labels
No labels