Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Command Palette Should Allow (Re)Setting Sketch File #481

Closed
VashJuan opened this issue Mar 4, 2018 · 5 comments
Closed

Command Palette Should Allow (Re)Setting Sketch File #481

VashJuan opened this issue Mar 4, 2018 · 5 comments

Comments

@VashJuan
Copy link

VashJuan commented Mar 4, 2018

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.

@TomasHubelbauer
Copy link

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.

@czgtest
Copy link
Contributor

czgtest commented Mar 5, 2018

this is a nice feature, we will sync up with each other and make a plan for it.

@czgtest
Copy link
Contributor

czgtest commented Mar 6, 2018

#382 has the same request, so we can merge the two issues to fix .

@czgtest
Copy link
Contributor

czgtest commented May 14, 2018

User now can click “sketch file” tool bar to input the path of sketch file.

image

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.

@czgtest czgtest closed this as completed May 25, 2018
@Jackbennett
Copy link

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.
Projects
None yet
Development

No branches or pull requests

6 participants