Created
November 11, 2019 18:06
-
-
Save pictos/b75fd3eaf0a1dfd7d128b7feec4b3c7b to your computer and use it in GitHub Desktop.
Task file for comet debbuger.
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
{ | |
// 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