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 244
Provide possibility to compile and verify sketches opened in active tab. #964
Open
MrSantiaga
wants to merge
5
commits into
microsoft:main
from
MrSantiaga:add-arduino.useActiveSketch-property
Open
Provide possibility to compile and verify sketches opened in active tab. #964
MrSantiaga
wants to merge
5
commits into
microsoft:main
from
MrSantiaga:add-arduino.useActiveSketch-property
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This property will provide possibility to verify or compile sketch opened in active tab.
@MrSantiaga
MrSantiaga
force-pushed
the
add-arduino.useActiveSketch-property
branch
from
February 8, 2020 11:37
abf054e
to
1b3f16f
Compare
It allows to set "sketch" value to arduino.json when useActiveSketch value is true.
Here is 2 changes: - Subscrube to event onDidChangeActiveTextEditor to set "sketch" value into arduino.json when useActiveSketch option is true - Don't show sketch name in Status Bar when "sketch" value is atomatically setted in arduino.json
@MrSantiaga
MrSantiaga
force-pushed
the
add-arduino.useActiveSketch-property
branch
from
February 8, 2020 11:56
1b3f16f
to
7c91379
Compare
ChitoKim
commented
Nov 1, 2023
This can be done by installing an additional extension "Arduino Sketch Auto Switcher", which has this arduino extension as a dependency. https://github.com/nosknut/arduino-sketch-auto-switcher
For now this should be the best solution.
lersi
commented
Apr 22, 2024
hello, I created a community fork at https://github.com/vscode-arduino/vscode-arduino.
You are more than welcome to merge your changes there.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As user of extension I think that operations compile, upload and etc. more comfortable when they are applying to opened in editor sketch. So i propose to have an property, which allows to do that.