Skip to content

Commit b819f64

Browse files
Configures default build task
1 parent d03b30c commit b819f64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/tasks.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"/property:GenerateFullPaths=true",
1212
"/consoleloggerparameters:NoSummary"
1313
],
14-
"problemMatcher": "$msCompile"
14+
"problemMatcher": "$msCompile",
15+
"group": {
16+
"kind": "build",
17+
"isDefault": true
18+
}
1519
},
1620
{
1721
"label": "publish",

0 commit comments

Comments
 (0)