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.
Unable to find "Arduino IDE" when option "arduino-cli" is set to true under Linux #1346
Closed
Description
Hello, I have an issue under Ubuntu 20.04 when setting "Use Arduino Cli" (I am using this option under Win10 also and this work properly).
First, my settings.json
:
"arduino.useArduinoCli": true,
"arduino.path": "/snap/bin/arduino-cli",
"arduino.additionalUrls": ""
arduino-cli
was installed using snap store (https://snapcraft.io/arduino-cli)
Usage of arduino-cli
is set to true, the path is also valid but when I try using arduino extension, I get error message "Cannot find Arduino IDE. Please specify the 'arduino.path'".
Why extension search for Arduino IDE ? Did I miss something ?
I search for similar isssue (#950) but solution are for Windows OS.
Thank you for your time
EDIT :
This pull request seems to fix the problem : #1297
Metadata
Metadata
Assignees
Labels
No labels