fix hang on F5 by updating problemMatcher

This commit is contained in:
chrisdias
2024-01-17 23:37:45 -08:00
parent 8ec3b183c6
commit 3fe3880eeb

View File

@ -6,7 +6,7 @@
{
"type": "npm",
"script": "watch",
"problemMatcher": "$ts-webpack-watch",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never",