Skip to content

Commit

Permalink
Remove JSON comments in .vscode/tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lindydonna committed Jan 9, 2018
1 parent 786b4f5 commit 00c259d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Voting app",
"label": "voting app",
"type": "typescript",
"tsconfig": "voting-app/tsconfig.json",
"option": "watch",
Expand All @@ -29,6 +27,19 @@
"isDefault": true
}
},
{
"label": "url shortener with cache",
"type": "typescript",
"tsconfig": "url-shortener-with-cache/tsconfig.json",
"option": "watch",
"problemMatcher": [
"$tsc-watch"
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "webserver",
"type": "typescript",
Expand Down

0 comments on commit 00c259d

Please sign in to comment.