Skip to content

Commit

Permalink
Add tasks for VS Code [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Jul 16, 2018
1 parent 999bdbb commit fa3fce5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/tasks.json
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build Annoyance Lists",
"type": "shell",
"command": "./scripts/VICHS_auto.sh",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0 comments on commit fa3fce5

Please sign in to comment.