We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abca95b commit 94c12d4Copy full SHA for 94c12d4
.vscode/tasks.json
@@ -28,14 +28,14 @@
28
"args": [
29
"--fix",
30
"--allow-dirty",
31
- "--allow-staged",
+ "--allow-staged"
32
],
33
"presentation": {
34
"close": true,
35
"revealProblems": "onProblem",
36
"clear": true,
37
},
38
- "group":{
+ "group": {
39
"kind": "build",
40
"isDefault": true
41
}
@@ -219,4 +219,4 @@
219
]
220
221
222
-}
+}
0 commit comments