We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba1583 commit 1d35290Copy full SHA for 1d35290
1 file changed
src/vs/workbench/parts/tasks/common/taskTemplates.ts
@@ -113,6 +113,7 @@ const tscWatch: TaskEntry = {
113
'\t"isShellCommand": true,',
114
'\t"args": ["-w", "-p", "."],',
115
'\t"showOutput": "silent",',
116
+ '\t"isWatching": true,',
117
'\t"problemMatcher": "$tsc-watch"',
118
'}'
119
].join('\n')
0 commit comments