diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1dd0023..9195929 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,21 +1,21 @@ { - "version": "2.0.0", - "tasks": [ - { - "label": "deno test", - "type": "shell", - "command": "deno test tst", - "group": { - "kind": "test", - "isDefault": true, - }, - "presentation": { - "echo": true, - "reveal": "always", - "panel": "dedicated", - "showReuseMessage": true, - "clear": true - } - } - ] -} \ No newline at end of file + "version": "2.0.0", + "tasks": [ + { + "label": "deno test", + "type": "shell", + "command": "deno test tst", + "group": { + "kind": "test", + "isDefault": true, + }, + "presentation": { + "echo": true, + "reveal": "always", + "panel": "dedicated", + "showReuseMessage": true, + "clear": true, + } + } + ] +}