Skip to content

Commit 9180c98

Browse files
committed
Merge branch 'feature/env' into develop
2 parents edcf6a2 + 5e51da5 commit 9180c98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
},
179179
"group": {
180180
"kind": "build",
181-
"isDefault": true
181+
"isDefault": false
182182
},
183183
"presentation": {
184184
"clear": true,
@@ -287,7 +287,7 @@
287287
},
288288
"group": {
289289
"kind": "build",
290-
"isDefault": true
290+
"isDefault": false
291291
},
292292
"presentation": {
293293
"echo": true,
@@ -345,7 +345,7 @@
345345
"problemMatcher": [],
346346
"group": {
347347
"kind": "build",
348-
"isDefault": true
348+
"isDefault": false
349349
},
350350
"presentation": {
351351
"echo": true,
@@ -378,7 +378,7 @@
378378
"problemMatcher": [],
379379
"group": {
380380
"kind": "build",
381-
"isDefault": true
381+
"isDefault": false
382382
},
383383
"presentation": {
384384
"echo": true,

0 commit comments

Comments
 (0)