mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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}"
|
"${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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue