You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
When using arduino-cli instead of Arduino.app, I can not select a board with the Arduino: Board Config command, because the shown list is empty, i.e. it says "No results found".
Adding "port": "/dev/cu.usbmodem1413401" to my arduino.json (the same entry that is created when using Arduino.app) also makes no difference.
The problem was already described e.g. in #1361, and there, downgrading to 0.4.5 seems to have fixed it. However, in my case, this solution does not fix it.
Description
When using
arduino-cli
instead of Arduino.app, I can not select a board with theArduino: Board Config
command, because the shown list is empty, i.e. it says "No results found".Adding
"port": "/dev/cu.usbmodem1413401"
to my arduino.json (the same entry that is created when using Arduino.app) also makes no difference.In my vscode settings.json I have:
The problem was already described e.g. in #1361, and there, downgrading to 0.4.5 seems to have fixed it. However, in my case, this solution does not fix it.
Version
OS: MacOS 12.3.1 (21E258)
Arduino IDE version: 1.8.19
Arduino IDE installation path: /Applications/Arduino.app
arduino-cli path: /usr/local/bin/arduino-cli
arduino-cli version: 0.26.0
vscode version: 1.71.2
The text was updated successfully, but these errors were encountered: