Skip to content

Instantly share code, notes, and snippets.

@pictos
Created November 11, 2019 18:06
Show Gist options
  • Save pictos/b75fd3eaf0a1dfd7d128b7feec4b3c7b to your computer and use it in GitHub Desktop.
Save pictos/b75fd3eaf0a1dfd7d128b7feec4b3c7b to your computer and use it in GitHub Desktop.
Task file for comet debbuger.
{
// Original code https://github.com/Clancey/Comet.Tasky/tree/master/.vscode
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "comet",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment