diff --git a/chat-agent-sample/.vscode/tasks.json b/chat-agent-sample/.vscode/tasks.json index c2ab68ae..0dc11430 100644 --- a/chat-agent-sample/.vscode/tasks.json +++ b/chat-agent-sample/.vscode/tasks.json @@ -6,7 +6,7 @@ { "type": "npm", "script": "watch", - "problemMatcher": "$ts-webpack-watch", + "problemMatcher": "$tsc-watch", "isBackground": true, "presentation": { "reveal": "never",