Skip to content

Commit

Permalink
Adds default build target for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
sabeechen committed Mar 28, 2019
1 parent b478ca2 commit d3cde54
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"options": {
"cwd": "${workspaceFolder}/hassio-google-drive-backup"
},
"problemMatcher": []
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Run Mock Hass.io Server",
Expand Down Expand Up @@ -43,9 +47,7 @@
"problemMatcher": [],
"options": {
"cwd": "${workspaceFolder}"
},
}
}


]
}

0 comments on commit d3cde54

Please sign in to comment.