You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
I installed Visual Code and followed the instructions in the Documentation and used Contents/MacOS/run-arduino.sh as path for arduino.commandPath, this doesn't work.
The correct path is "arduino.commandPath": "Contents/MacOS/Arduino"
The text was updated successfully, but these errors were encountered:
@MarNwk , arduino.commandPath is option settings, not necessarily setting, if you don't have customer command line to run , you can not set it in VS Code settings.
OS: MacOs High Sierra
Arduino Version: 1.8.7
Doc: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino#overview
I installed Visual Code and followed the instructions in the Documentation and used
Contents/MacOS/run-arduino.sh
as path forarduino.commandPath
, this doesn't work.The correct path is
"arduino.commandPath": "Contents/MacOS/Arduino"
The text was updated successfully, but these errors were encountered: