I've output as,
- const MinMax<uint32<AUTO> > setInterval{
+ const MinMax<uint32<AUTO>> setInterval{
with simple regex in vscode problemMatcher "(\\-.*)$"
it does shows the line started with -
,
but "(\\+.*)$"
failed to find the line started with +
, whereas, according regex101.com, this regex is correct.
PS. the escape character is for the json