diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 6 |
1 files 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 @@ | |||
215 | "${workspaceRoot}" | 215 | "${workspaceRoot}" |
216 | ], | 216 | ], |
217 | "background": { | 217 | "background": { |
218 | "beginsPattern": "^\\[Running ", | 218 | "beginsPattern": "^\\[Running\\b", |
219 | "endsPattern": "^(\\[Finished running\\]|To learn more, run the command again with --verbose\\.)$" | 219 | "endsPattern": "^\\[Finished running\\b" |
220 | }, | 220 | }, |
221 | "pattern": "$rustc" | 221 | "pattern": "$rustc" |
222 | } | 222 | } |
223 | ] | 223 | ] |
224 | } | 224 | } |
225 | } | 225 | } \ No newline at end of file |