mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Problems in no-implici-override-watch
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -215,7 +215,11 @@
|
||||
"type": "npm",
|
||||
"script": "no-implicit-override-watch",
|
||||
"problemMatcher": [
|
||||
"$tsc-watch"
|
||||
{
|
||||
"base": "$tsc-watch",
|
||||
"applyTo": "allDocuments",
|
||||
"owner": "tsc-no-imp"
|
||||
}
|
||||
],
|
||||
"group": "build",
|
||||
"label": "npm: no-implicit-override-watch",
|
||||
|
||||
Reference in New Issue
Block a user