From 29c4b5e231e499cf506ea1c585d979b4d9d0459f Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 9 Mar 2023 16:35:17 -0800 Subject: [PATCH] Fix build watch task in tasks.json post-LKG removal (#53190) --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 71b98320627..06ba723db58 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [