From 5d76a7864dead089f321af130810ed9676b23e4a Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:04:18 +0800 Subject: [PATCH] chore: restore default vscode build task (#2931) --- frontend/.vscode/tasks.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/.vscode/tasks.json b/frontend/.vscode/tasks.json index f4eb56186a..d11a08c3e3 100644 --- a/frontend/.vscode/tasks.json +++ b/frontend/.vscode/tasks.json @@ -122,10 +122,7 @@ "options": { "cwd": "${workspaceFolder}" }, - "group": { - "kind": "build", - "isDefault": true - }, + "group": "build", "windows": { "options": { "shell": { @@ -238,4 +235,4 @@ } }, ] -} +} \ No newline at end of file