From 35b6225e63cc978483b7485c9e3890dc75133a56 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 2 Aug 2020 16:46:48 -0500 Subject: change label on default task --- .vscode/tasks.json | 5 +++-- 1 file 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 -- cgit v1.2.3