From 536a579f2e36fdfccb399ae3b0590bf1d0496063 Mon Sep 17 00:00:00 2001 From: Bernardo Date: Sun, 24 Feb 2019 13:41:19 +0100 Subject: simplify watch patterns --- editors/code/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/code/package.json b/editors/code/package.json index 47eaac878..2177d875d 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -215,11 +215,11 @@ "${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" } ] } -} +} \ No newline at end of file -- cgit v1.2.3