Change default build task #50

develop
Geoffrey Merck 1 year ago
parent 20b434b8dd
commit 7fb469e67f

10
.vscode/tasks.json vendored

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

Loading…
Cancel
Save

Powered by TurnKey Linux.