Change default build task

feature/IPV6_#35B
Geoffrey Merck 2 years ago
parent bfdcb28750
commit 713051b91c

10
.vscode/tasks.json vendored

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

Loading…
Cancel
Save

Powered by TurnKey Linux.