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 has been archived by the owner on Oct 1, 2024. It is now read-only.
Enhancement request: Add a new entry to the Arduino Command palette that allows verifying/setting a new/different sketch file.
It is fairly easy to workaround this by directly editing the .vscode/arduino.json file's
"sketch": "myMostExcellentSketch.ino"
line, but for newbies this is not immediately obvious.
The text was updated successfully, but these errors were encountered:
This would be very nice, because just today I was trying to find a way to keep multiple indepedent sketches in one repository and ultimately a ended up using multiple repositories due to this. Workspaces do not seem to be supported either, which would have also solved this for me.
User now can click “sketch file” tool bar to input the path of sketch file.
Notes : the “sketch file” tool bar can show when Arduino.json has set “sketch” value.
But it is no command palette to allow re-setting sketch file. Maybe we need to improve it next.
Enhancement request: Add a new entry to the Arduino Command palette that allows verifying/setting a new/different sketch file.
It is fairly easy to workaround this by directly editing the .vscode/arduino.json file's
"sketch": "myMostExcellentSketch.ino"
line, but for newbies this is not immediately obvious.
The text was updated successfully, but these errors were encountered: