From bc59e3a9c1c7937dfc7a8e08829bbff30b9fa889 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 30 Oct 2022 07:08:35 +0100 Subject: [PATCH] Changed default task --- .vscode/tasks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bf6c999..6d6532b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,7 +13,10 @@ "USE_GPSD=1", "all" ], - "group": "build", + "group": { + "kind": "build", + "isDefault": true + }, "problemMatcher": [] }, { @@ -26,10 +29,7 @@ "USE_GPSD=1", "DStarGateway/dstargateway" ], - "group": { - "kind": "build", - "isDefault": true - }, + "group": "build", "problemMatcher": [] }, {