diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f3dd7dc..6dc0195 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -34,17 +34,17 @@ { "base": "$gulp-tsc", "background": { - "activeOnStart": false, - "beginsPattern": "^(Starting compilation in watch mode|File change detected. Starting incremental compilation)", - "endsPattern": "^Found \\d+ errors. Watching for file changes." + "activeOnStart": true, + "beginsPattern": "(Starting compilation in watch mode|File change detected. Starting incremental compilation)", + "endsPattern": "Found \\d+ errors. Watching for file changes." } }, { "base": "$node-sass", "background": { - "activeOnStart": false, - "beginsPattern": "^Rebuilding scss-code.", - "endsPattern": "^Rebuilding scss-code finished." + "activeOnStart": true, + "beginsPattern": "Rebuilding scss-code.", + "endsPattern": "Rebuilding scss-code finished." } } ],