From d2b6aa211d4978f73ae4380b46d18ff5ba692610 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Mon, 12 Apr 2021 11:44:19 +0200 Subject: [PATCH] Problems in no-implici-override-watch --- .vscode/tasks.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9a0212c47e8..39bbd303c9e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",