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
Fix for Issue #1266 #1267
Open
Open
Fix for Issue #1266 #1267
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
Issue: Provide the option to run a script/command after every verify. microsoft#1266
This pull request for #1266 is a bit out of date. I have rebased the branch, cleaned up a bit and added changelog entries at the branch issue_1266 in my fork.
To update this pull request, run the following git commands
$ cd /your/repo/fork/directory $ git remote add hlovdal https://github.com/hlovdal/vscode-arduino $ git remote add microsoft https://github.com/microsoft/vscode-arduino # If not already done $ git fetch --all $ git branch issue_1266 hlovdal/issue_1266 $ git push origin issue_1266 $ git remote remove hlovdal # Optional
and change the target branch to microsoft:dev
and the source branch to Falven:issue_1266
.
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.
Added successfulbuild and failedbuild External commands; modified postbuild to run after every build.