recover rustc-watch problemMatchers

This commit is contained in:
Bernardo 2019-04-14 12:45:36 +02:00
parent 1ae6571762
commit 3d3adabbef

View file

@ -260,6 +260,18 @@
"${workspaceRoot}"
],
"pattern": "$rustc"
},
{
"name": "rustc-watch",
"fileLocation": [
"relative",
"${workspaceRoot}"
],
"background": {
"beginsPattern": "^\\[Running\\b",
"endsPattern": "^\\[Finished running\\b"
},
"pattern": "$rustc"
}
]
}