0

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

meAbab
  • 102
  • 9
  • you don't need to escape the `-`, it only has special meaning inside `[]` construct, what if you use `\\\\ ` in the json file – rioV8 Mar 23 '23 at 12:20

0 Answers0