Skip to content

Instantly share code, notes, and snippets.

@alexwirz
Created August 21, 2021 17:18
Show Gist options
  • Save alexwirz/395547277aaa980863402d7f19374048 to your computer and use it in GitHub Desktop.
Save alexwirz/395547277aaa980863402d7f19374048 to your computer and use it in GitHub Desktop.
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.go$",
"cmd": "go test > ~/tcrfeedback 2>&1 && git commit -am wip || git reset --hard"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment