We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6329c commit 5c8eaf4Copy full SHA for 5c8eaf4
.vscode/tasks.json
@@ -378,7 +378,10 @@
378
"publish: mac-x64",
379
"publish: mac-arm64"
380
],
381
- "group": "none"
+ "group": "none",
382
+ "problemMatcher": [
383
+ "$msCompile"
384
+ ]
385
},
386
{
387
"label": "publish: all-linux",
@@ -387,7 +390,10 @@
390
"publish: linux-x64",
388
391
"publish: linux-arm64"
389
392
393
394
395
396
397
398
399
"label": "restore",
0 commit comments