Skip to content

Commit 39d4619

Browse files
authored
use tsgo watcher (microsoft#1924)
* use tsgo watcher * tsgo-watch
1 parent 6f3090e commit 39d4619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"type": "npm",
7676
"script": "watch:tsc-extension",
7777
"group": "build",
78-
"problemMatcher": "$tsc-watch",
78+
"problemMatcher": "$tsgo-watch",
7979
"isBackground": true,
8080
"label": "npm: watch:tsc-extension",
8181
"presentation": {
@@ -87,7 +87,7 @@
8787
"type": "npm",
8888
"script": "watch:tsc-extension-web",
8989
"group": "build",
90-
"problemMatcher": "$tsc-watch",
90+
"problemMatcher": "$tsgo-watch",
9191
"isBackground": true,
9292
"label": "npm: watch:tsc-extension-web",
9393
"presentation": {
@@ -99,7 +99,7 @@
9999
"type": "npm",
100100
"script": "watch:tsc-simulation-workbench",
101101
"group": "build",
102-
"problemMatcher": "$tsc-watch",
102+
"problemMatcher": "$tsgo-watch",
103103
"isBackground": true,
104104
"label": "npm: watch:tsc-simulation-workbench",
105105
"presentation": {

0 commit comments

Comments
 (0)