simplify watch patterns

This commit is contained in:
Bernardo 2019-02-24 13:41:19 +01:00
parent a9d09b7ec0
commit 536a579f2e

View file

@ -215,8 +215,8 @@
"${workspaceRoot}"
],
"background": {
"beginsPattern": "^\\[Running ",
"endsPattern": "^(\\[Finished running\\]|To learn more, run the command again with --verbose\\.)$"
"beginsPattern": "^\\[Running\\b",
"endsPattern": "^\\[Finished running\\b"
},
"pattern": "$rustc"
}