Skip to content

Commit 0f39925

Browse files
committed
Set default group for all tasks in tasks.json
1 parent 671ef5a commit 0f39925

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/tasks.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"group": {
1616
"kind": "build",
17-
"isDefault": false
17+
"isDefault": true
1818
},
1919
"presentation": {
2020
"clear": true,
@@ -37,7 +37,7 @@
3737
},
3838
"group": {
3939
"kind": "build",
40-
"isDefault": false
40+
"isDefault": true
4141
},
4242
"presentation": {
4343
"clear": true,
@@ -65,7 +65,7 @@
6565
},
6666
"group": {
6767
"kind": "build",
68-
"isDefault": false
68+
"isDefault": true
6969
},
7070
"presentation": {
7171
"clear": true,
@@ -178,7 +178,7 @@
178178
},
179179
"group": {
180180
"kind": "build",
181-
"isDefault": false
181+
"isDefault": true
182182
},
183183
"presentation": {
184184
"clear": true,
@@ -439,7 +439,7 @@
439439
},
440440
"group": {
441441
"kind": "build",
442-
"isDefault": false
442+
"isDefault": true
443443
},
444444
"presentation": {
445445
"echo": true,

0 commit comments

Comments
 (0)