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.

Plugin appends 'Arduino.app' to path on MacOS #1221

Closed
@recursivecodes

Description

@recursivecodes

Why?

If I'm using the CLI, I put /Users/bin/ and arduino-cli for the command path, but it ends up looking in /Users/bin/Arduino.app/arduino-cli. If I'm trying to use the CLI, it should not append anything to the path like that.

if (directoryExistsSync(path.join(scanPath, "Arduino.app"))) {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions