Skip to content

Commit

Permalink
setup default build task
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Feb 18, 2020
1 parent 32d7b80 commit 032cca7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"problemMatcher": [
"$tsc-watch"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": true
}
]
Expand Down

0 comments on commit 032cca7

Please sign in to comment.