mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
recover rustc-watch problemMatchers
This commit is contained in:
parent
1ae6571762
commit
3d3adabbef
1 changed files with 12 additions and 0 deletions
|
@ -260,6 +260,18 @@
|
||||||
"${workspaceRoot}"
|
"${workspaceRoot}"
|
||||||
],
|
],
|
||||||
"pattern": "$rustc"
|
"pattern": "$rustc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rustc-watch",
|
||||||
|
"fileLocation": [
|
||||||
|
"relative",
|
||||||
|
"${workspaceRoot}"
|
||||||
|
],
|
||||||
|
"background": {
|
||||||
|
"beginsPattern": "^\\[Running\\b",
|
||||||
|
"endsPattern": "^\\[Finished running\\b"
|
||||||
|
},
|
||||||
|
"pattern": "$rustc"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue