set default build task

This commit is contained in:
Ryan Peters 2023-03-19 22:06:44 -04:00
parent c27a958ae1
commit b51d0389d3

6
.vscode/tasks.json vendored
View File

@ -25,7 +25,11 @@
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
"problemMatcher": "$msCompile",
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "publish",