diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6e54f37..efbefec 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -10,13 +10,9 @@ "args": [ "-j9", "ENABLE_DEBUG=1", - // "USE_GPSD=1", "all" ], - "group": { - "kind": "build", - "isDefault": true - }, + "group": "build", "problemMatcher": [] }, { @@ -94,7 +90,10 @@ "ENABLE_DEBUG=1", "USE_GPSD=1" ], - "group": "build", + "group": { + "kind": "build", + "isDefault": true + }, "problemMatcher": [] } ]