Skip to content
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
@legerch

Description

@legerch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions