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", "USE_GPSD=1",
"all" "all"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@ -26,10 +29,7 @@
"USE_GPSD=1", "USE_GPSD=1",
"DStarGateway/dstargateway" "DStarGateway/dstargateway"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.