Skip to content

Commit 5c8eaf4

Browse files
author
Thomas Gossler
committed
Update tasks
1 parent 7e6329c commit 5c8eaf4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.vscode/tasks.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,10 @@
378378
"publish: mac-x64",
379379
"publish: mac-arm64"
380380
],
381-
"group": "none"
381+
"group": "none",
382+
"problemMatcher": [
383+
"$msCompile"
384+
]
382385
},
383386
{
384387
"label": "publish: all-linux",
@@ -387,7 +390,10 @@
387390
"publish: linux-x64",
388391
"publish: linux-arm64"
389392
],
390-
"group": "none"
393+
"group": "none",
394+
"problemMatcher": [
395+
"$msCompile"
396+
]
391397
},
392398
{
393399
"label": "restore",

0 commit comments

Comments
 (0)