mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
simplify watch patterns
This commit is contained in:
parent
a9d09b7ec0
commit
536a579f2e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue