Changed default task

pull/32/head
Geoffrey Merck 3 years ago
parent 4c1e558b79
commit bc59e3a9c1

10
.vscode/tasks.json vendored

@ -13,7 +13,10 @@
"USE_GPSD=1",
"all"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
@ -26,10 +29,7 @@
"USE_GPSD=1",
"DStarGateway/dstargateway"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
},
{

Loading…
Cancel
Save

Powered by TurnKey Linux.