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
Description
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.
vscode-arduino/src/common/sys/darwin.ts
Line 13 in 3bb7b14