From cd6d631bc9611ad0d9baeaf01e745a6c0ac350a2 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 12 Jan 2022 07:01:14 +0100 Subject: [PATCH] Make Build default instead of Upload --- .vscode/tasks.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3a0d197..1ca2af5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -33,7 +33,10 @@ "--destination", "build" ], - "group": "build", + "group": { + "kind": "build", + "isDefault": true + }, "problemMatcher": [] }, { @@ -56,10 +59,7 @@ ".", "www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/" ], - "group": { - "kind": "build", - "isDefault": true - }, + "group": "build", "problemMatcher": [] } ]