diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 71b9832062743..06ba723db58eb 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": [