mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
isWatching deprecated use isBackground
This commit is contained in:
4
tree-view-sample/.vscode/tasks.json
vendored
4
tree-view-sample/.vscode/tasks.json
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user