diff --git a/editors/code/package.json b/editors/code/package.json index 47eaac878a..2177d875d7 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