Fix build watch task in tasks.json post-LKG removal (#53190)

This commit is contained in:
Jake Bailey
2023-03-09 16:35:17 -08:00
committed by GitHub
parent ddcbd9ffbd
commit 29c4b5e231

2
.vscode/tasks.json vendored
View File

@@ -25,7 +25,7 @@
"label": "tsc: watch ./src",
"type": "shell",
"command": "node",
"args": ["${workspaceFolder}/node_modules/tsc.js", "--build", "${workspaceFolder}/src", "--watch"],
"args": ["${workspaceFolder}/node_modules/typescript/lib/tsc.js", "--build", "${workspaceFolder}/src", "--watch"],
"group": "build",
"isBackground": true,
"problemMatcher": [