Skip to content

Commit 9c91676

Browse files
committed
rm more trailing commas in json
1 parent b67a869 commit 9c91676

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.vscode/tasks.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"presentation": {
3434
"close": true,
3535
"revealProblems": "onProblem",
36-
"clear": true,
36+
"clear": true
3737
},
3838
"group": {
3939
"kind": "build",
@@ -51,7 +51,7 @@
5151
"presentation": {
5252
"close": true,
5353
"revealProblems": "onProblem",
54-
"clear": true,
54+
"clear": true
5555
},
5656
"group": "build"
5757
},
@@ -88,7 +88,7 @@
8888
"presentation": {
8989
"close": true,
9090
"revealProblems": "onProblem",
91-
"clear": true,
91+
"clear": true
9292
},
9393
"group": "test"
9494
},
@@ -104,7 +104,7 @@
104104
"presentation": {
105105
"close": true,
106106
"revealProblems": "onProblem",
107-
"clear": true,
107+
"clear": true
108108
},
109109
"group": "test"
110110
},
@@ -121,7 +121,7 @@
121121
"presentation": {
122122
"close": true,
123123
"revealProblems": "onProblem",
124-
"clear": true,
124+
"clear": true
125125
},
126126
"group": "test"
127127
},
@@ -139,7 +139,7 @@
139139
"presentation": {
140140
"close": true,
141141
"revealProblems": "onProblem",
142-
"clear": true,
142+
"clear": true
143143
},
144144
"group": "test"
145145
},
@@ -183,7 +183,7 @@
183183
"presentation": {
184184
"close": true,
185185
"revealProblems": "onProblem",
186-
"clear": true,
186+
"clear": true
187187
},
188188
"problemMatcher": [],
189189
"group": "build"
@@ -205,7 +205,7 @@
205205
"type": "promptString",
206206
"id": "binArgs",
207207
"description": "Arguments for the cpp-linter binary executable",
208-
"default": "-h",
208+
"default": "-h"
209209
},
210210
{
211211
"type": "pickString",

0 commit comments

Comments
 (0)