This repository was archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 236
Command Palette Should Allow (Re)Setting Sketch File #481
Labels
Comments
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. |
this is a nice feature, we will sync up with each other and make a plan for it. |
#382 has the same request, so we can merge the two issues to fix . |
7 tasks
FYI Other users I had to close and open VScode after installing the plugin to see this specific tooltip in the status bar. Any chance that dropdown can autosuggest the currently open tabs and fuzzy search .ino,.cpp and .c in suggestions? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: