From 669ec21bddedb4756dc9719a4ec231b9467038fa Mon Sep 17 00:00:00 2001 From: James Orson Date: Fri, 12 Feb 2021 20:45:33 -0800 Subject: [PATCH] Change default task --- .vscode/tasks.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 27ebb6d..b42308a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,10 @@ "type": "shell", "command": "cd examples/desktop; nimble buildDesktop", "problemMatcher": [], - "group": "build", + "group": { + "kind": "build", + "isDefault": true + }, }, { "label": "Debug Komodo Desktop Example", @@ -20,10 +23,6 @@ "type": "shell", "command": "cd examples/desktop; nimble runDesktop", "problemMatcher": [], - "group": { - "kind": "build", - "isDefault": true - }, }, { "label": "Debug Komodo Editor",