mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
fix hang on F5 by updating problemMatcher
This commit is contained in:
2
chat-agent-sample/.vscode/tasks.json
vendored
2
chat-agent-sample/.vscode/tasks.json
vendored
@ -6,7 +6,7 @@
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "watch",
|
||||
"problemMatcher": "$ts-webpack-watch",
|
||||
"problemMatcher": "$tsc-watch",
|
||||
"isBackground": true,
|
||||
"presentation": {
|
||||
"reveal": "never",
|
||||
|
||||
Reference in New Issue
Block a user