Skip to content

Commit

Permalink
Fix watch-source vscode task (Azure#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Apr 18, 2024
1 parent bb67111 commit bd2d2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"type": "process",
"command": "node",
"args": [
"${workspaceFolder}/core/packages/compiler/node_modules/typescript/lib/tsc.js",
"${workspaceFolder}/node_modules/typescript/lib/tsc.js",
"--build",
"./tsconfig.ws.json",
"--watch"
],
"isBackground": true,
Expand Down

0 comments on commit bd2d2a9

Please sign in to comment.