Skip to content

Commit 29c4b5e

Browse files
authored
Fix build watch task in tasks.json post-LKG removal (microsoft#53190)
1 parent ddcbd9f commit 29c4b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"label": "tsc: watch ./src",
2626
"type": "shell",
2727
"command": "node",
28-
"args": ["${workspaceFolder}/node_modules/tsc.js", "--build", "${workspaceFolder}/src", "--watch"],
28+
"args": ["${workspaceFolder}/node_modules/typescript/lib/tsc.js", "--build", "${workspaceFolder}/src", "--watch"],
2929
"group": "build",
3030
"isBackground": true,
3131
"problemMatcher": [

0 commit comments

Comments
 (0)