Skip to content

Commit d54b878

Browse files
committed
Remove trailing commas in tasks.json
1 parent 282b86c commit d54b878

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

.vscode/tasks.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"options": {
2727
"cwd": "${workspaceFolder}"
2828
},
29-
"problemMatcher": "$msCompile",
29+
"problemMatcher": "$msCompile"
3030
}
3131
},
3232
{
@@ -52,7 +52,7 @@
5252
"options": {
5353
"cwd": "${workspaceFolder}"
5454
},
55-
"problemMatcher": "$msCompile",
55+
"problemMatcher": "$msCompile"
5656
}
5757
},
5858
{
@@ -106,7 +106,7 @@
106106
"options": {
107107
"cwd": "${workspaceFolder}"
108108
},
109-
"problemMatcher": "$msCompile",
109+
"problemMatcher": "$msCompile"
110110
}
111111
},
112112
{
@@ -132,7 +132,7 @@
132132
"options": {
133133
"cwd": "${workspaceFolder}"
134134
},
135-
"problemMatcher": "$msCompile",
135+
"problemMatcher": "$msCompile"
136136
}
137137
},
138138
{
@@ -345,7 +345,7 @@
345345
],
346346
"windows": {
347347
"command": ".\\0-print_camera.exe",
348-
"problemMatcher": "$msCompile",
348+
"problemMatcher": "$msCompile"
349349
}
350350
},
351351
{
@@ -367,7 +367,7 @@
367367
],
368368
"windows": {
369369
"command": ".\\0-print_camera.exe",
370-
"problemMatcher": "$msCompile",
370+
"problemMatcher": "$msCompile"
371371
}
372372
},
373373
{
@@ -389,7 +389,7 @@
389389
],
390390
"windows": {
391391
"command": ".\\1-minimal_example.exe",
392-
"problemMatcher": "$msCompile",
392+
"problemMatcher": "$msCompile"
393393
}
394394
},
395395
{
@@ -411,7 +411,7 @@
411411
],
412412
"windows": {
413413
"command": ".\\1-minimal_example.exe",
414-
"problemMatcher": "$msCompile",
414+
"problemMatcher": "$msCompile"
415415
}
416416
},
417417
{
@@ -433,7 +433,7 @@
433433
],
434434
"windows": {
435435
"command": ".\\2-capture_grab.exe",
436-
"problemMatcher": "$msCompile",
436+
"problemMatcher": "$msCompile"
437437
}
438438
},
439439
{
@@ -455,7 +455,7 @@
455455
],
456456
"windows": {
457457
"command": ".\\2-capture_grab.exe",
458-
"problemMatcher": "$msCompile",
458+
"problemMatcher": "$msCompile"
459459
}
460460
},
461461
{
@@ -477,7 +477,7 @@
477477
],
478478
"windows": {
479479
"command": ".\\3-capture_callback.exe",
480-
"problemMatcher": "$msCompile",
480+
"problemMatcher": "$msCompile"
481481
}
482482
},
483483
{
@@ -499,7 +499,7 @@
499499
],
500500
"windows": {
501501
"command": ".\\3-capture_callback.exe",
502-
"problemMatcher": "$msCompile",
502+
"problemMatcher": "$msCompile"
503503
}
504504
},
505505
{
@@ -521,7 +521,7 @@
521521
],
522522
"windows": {
523523
"command": ".\\4-example_with_glfw.exe",
524-
"problemMatcher": "$msCompile",
524+
"problemMatcher": "$msCompile"
525525
}
526526
},
527527
{
@@ -543,7 +543,7 @@
543543
],
544544
"windows": {
545545
"command": ".\\4-example_with_glfw.exe",
546-
"problemMatcher": "$msCompile",
546+
"problemMatcher": "$msCompile"
547547
}
548548
},
549549
{
@@ -565,7 +565,7 @@
565565
],
566566
"windows": {
567567
"command": ".\\0-print_camera_c.exe",
568-
"problemMatcher": "$msCompile",
568+
"problemMatcher": "$msCompile"
569569
}
570570
},
571571
{
@@ -587,7 +587,7 @@
587587
],
588588
"windows": {
589589
"command": ".\\0-print_camera_c.exe",
590-
"problemMatcher": "$msCompile",
590+
"problemMatcher": "$msCompile"
591591
}
592592
},
593593
{
@@ -609,7 +609,7 @@
609609
],
610610
"windows": {
611611
"command": ".\\1-minimal_example_c.exe",
612-
"problemMatcher": "$msCompile",
612+
"problemMatcher": "$msCompile"
613613
}
614614
},
615615
{
@@ -631,7 +631,7 @@
631631
],
632632
"windows": {
633633
"command": ".\\1-minimal_example_c.exe",
634-
"problemMatcher": "$msCompile",
634+
"problemMatcher": "$msCompile"
635635
}
636636
},
637637
{
@@ -653,7 +653,7 @@
653653
],
654654
"windows": {
655655
"command": ".\\2-capture_grab_c.exe",
656-
"problemMatcher": "$msCompile",
656+
"problemMatcher": "$msCompile"
657657
}
658658
},
659659
{
@@ -675,7 +675,7 @@
675675
],
676676
"windows": {
677677
"command": ".\\2-capture_grab_c.exe",
678-
"problemMatcher": "$msCompile",
678+
"problemMatcher": "$msCompile"
679679
}
680680
},
681681
{
@@ -697,7 +697,7 @@
697697
],
698698
"windows": {
699699
"command": ".\\3-capture_callback_c.exe",
700-
"problemMatcher": "$msCompile",
700+
"problemMatcher": "$msCompile"
701701
}
702702
},
703703
{
@@ -719,7 +719,7 @@
719719
],
720720
"windows": {
721721
"command": ".\\3-capture_callback_c.exe",
722-
"problemMatcher": "$msCompile",
722+
"problemMatcher": "$msCompile"
723723
}
724724
},
725725
{
@@ -741,7 +741,7 @@
741741
],
742742
"windows": {
743743
"command": ".\\4-example_with_glfw_c.exe",
744-
"problemMatcher": "$msCompile",
744+
"problemMatcher": "$msCompile"
745745
}
746746
},
747747
{
@@ -763,7 +763,7 @@
763763
],
764764
"windows": {
765765
"command": ".\\4-example_with_glfw_c.exe",
766-
"problemMatcher": "$msCompile",
766+
"problemMatcher": "$msCompile"
767767
}
768768
}
769769
]

0 commit comments

Comments
 (0)