diff --git a/.settings/tasks.json b/.settings/tasks.json index ffc72d7115d..e617f228378 100644 --- a/.settings/tasks.json +++ b/.settings/tasks.json @@ -6,18 +6,18 @@ // ${fileExtname}: the current opened file's extension // ${cwd}: the current working directory of the spawned process { - "version": "0.1.0", - "command": "jake", - "isShellCommand": true, - "showOutput": "silent", - "tasks": [ - { - "taskName": "local", - "isBuildCommand": true, - "showOutput": "silent", - "problemMatcher": [ - "$tsc" - ] - } - ] + "version": "0.1.0", + "command": "jake", + "isShellCommand": true, + "showOutput": "silent", + "tasks": [ + { + "taskName": "local", + "isBuildCommand": true, + "showOutput": "silent", + "problemMatcher": [ + "$tsc" + ] + } + ] } \ No newline at end of file