diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 55434a5..51bc1d5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,15 +1,16 @@ { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format - "version": "0.1.0", - "command": "npm", - "isShellCommand": true, - "showOutput": "always", - "suppressTaskName": true, + "version": "2.0.0", "tasks": [ { - "taskName": "build", - "args": ["run", "build"] + "taskName": "Run Build", + "type": "npm", + "script": "build", + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file