From 4d99de770cfe43107bef0ed8f971ce5f314ffaff Mon Sep 17 00:00:00 2001 From: Corey Iles Date: Wed, 31 Oct 2018 23:15:14 -0400 Subject: [PATCH] sampctl default build --- .vscode/tasks.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6650101..8495873 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -20,10 +20,7 @@ "label": "build debug", "type": "shell", "command": "\"C:\\Program Files\\sampctl\\sampctl\" package build debug", - "group": { - "kind": "build", - "isDefault": true - }, + "group": "build", "isBackground": false, "presentation": { "reveal": "silent",