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

Fix for Issue #1266 #1267

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Fix for Issue #1266 #1267

wants to merge 4 commits into from

Conversation

Falven
Copy link

@Falven Falven commented May 18, 2021

Added successfulbuild and failedbuild External commands; modified postbuild to run after every build.

@hlovdal
Copy link
Contributor

hlovdal commented Sep 21, 2021

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.

@benmcmorran benmcmorran changed the base branch from release to main January 13, 2022 22:48
@lersi
Copy link

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

Successfully merging this pull request may close these issues.

3 participants