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.
Hi there, I'm looking into the documentation, but haven't quite figured this out yet.
Is there a way to pass some preferences to the ide? The command line would be something like --pref key=value, but I was wondering if there is a way to set such configuration in arduino.json, and have it be passed using the setPref() method call:
Hi there, I'm looking into the documentation, but haven't quite figured this out yet.
Is there a way to pass some
preferences
to the ide? The command line would be something like--pref key=value
, but I was wondering if there is a way to set such configuration inarduino.json
, and have it be passed using thesetPref()
method call:vscode-arduino/src/arduino/arduino.ts
Line 135 in 2a47a35
So maybe I could write config like this:
The text was updated successfully, but these errors were encountered: