From f6064affd1e46bda7b25089067628a3369d6b19d Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Tue, 24 Jul 2018 08:30:35 +0200 Subject: [PATCH] update to tasks 2.0 --- extensions/npm/.vscode/tasks.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/extensions/npm/.vscode/tasks.json b/extensions/npm/.vscode/tasks.json index 0a411c1c867..b7c8a281635 100644 --- a/extensions/npm/.vscode/tasks.json +++ b/extensions/npm/.vscode/tasks.json @@ -1,8 +1,10 @@ { - "version": "0.1.0", + "version": "2.0.0", "command": "npm", - "isShellCommand": true, - "showOutput": "silent", + "type": "shell", + "presentation": { + "reveal": "silent", + }, "args": ["run", "compile"], "isBackground": true, "problemMatcher": "$tsc-watch" -- GitLab