simplify watch patterns

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

View file

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