Make build task default

This commit is contained in:
Alex Ross 2019-09-26 09:56:10 +02:00
parent 4907854f2e
commit f239d28539

6
.vscode/tasks.json vendored
View file

@ -5,7 +5,10 @@
"type": "npm",
"script": "watch",
"label": "Build VS Code",
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": true,
"presentation": {
"reveal": "never"
@ -82,6 +85,5 @@
"task": "hygiene",
"problemMatcher": []
},
]
}