Skip to content

Commit

Permalink
Update vite problemMatcher endsPattern with "server restarted." (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Sep 1, 2022
1 parent a2582f7 commit 20d713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode-vue-language-features/package.json
Expand Up @@ -807,7 +807,7 @@
"background": {
"activeOnStart": true,
"beginsPattern": "restarting server...$",
"endsPattern": "\\s*ready in"
"endsPattern": "\\s*ready in|server restarted."
}
}
]
Expand Down

0 comments on commit 20d713b

Please sign in to comment.