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