From 9c94f8b8853c118101d126eb120e6a8aaa282521 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 7 Feb 2026 17:24:33 +0100 Subject: [PATCH] change default build task --- .vscode/tasks.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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": [] } ]