diff options
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 353955d..7138b93 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,7 +2,7 @@ "version": "2.0.0", "tasks": [ { - "label": "Show in console", + "label": "Run with node", "type": "shell", "command": "node ${file}", "group": { @@ -14,7 +14,8 @@ "clear": true, "echo": false, "showReuseMessage": false - } + }, + "problemMatcher": [] } ] }
\ No newline at end of file |