From f616fdf0b9b965f56aefeb03804ab1653bf9bc95 Mon Sep 17 00:00:00 2001 From: Thomas Reggi Date: Wed, 30 Aug 2017 18:12:05 -0400 Subject: [PATCH] isWatching deprecated use isBackground --- tree-view-sample/.vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tree-view-sample/.vscode/tasks.json b/tree-view-sample/.vscode/tasks.json index fb7f662e..83fa44da 100644 --- a/tree-view-sample/.vscode/tasks.json +++ b/tree-view-sample/.vscode/tasks.json @@ -23,8 +23,8 @@ "args": ["run", "compile", "--loglevel", "silent"], // The tsc compiler is started in watching mode - "isWatching": true, + "isBackground": true, // use the standard tsc in watch mode problem matcher to find compile problems in the output. "problemMatcher": "$tsc-watch" -} \ No newline at end of file +}