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

"No results found" when selecting board #1536

Open
PaulOxxx1 opened this issue Sep 22, 2022 · 1 comment
Open

"No results found" when selecting board #1536

PaulOxxx1 opened this issue Sep 22, 2022 · 1 comment

Comments

@PaulOxxx1
Copy link

Description

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.

In my vscode settings.json I have:

    "arduino.commandPath": "arduino-cli",
    "arduino.path": "/usr/local/bin/",
    "arduino.useArduinoCli": true,

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

@github-actions github-actions bot added the triage New issues that have not been reviewed. label Sep 22, 2022
@PaulOxxx1
Copy link
Author

A workaround is to not use arduino-cli ... but I would prefer to use the CLI, to avoid the pop-up window.

@gcampbell-msft gcampbell-msft removed the triage New issues that have not been reviewed. label Dec 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants