You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$gcc problem matcher does not match fatal errors
Possible solution would be:
"regexp": "^(.):(\d+):(\d+):\s+(?:fatal )?(warning|error):\s+(.)$"
It would be great to also catch linker errors, like undefined reference as an errors
$gcc problem matcher does not match fatal errors
Possible solution would be:
"regexp": "^(.):(\d+):(\d+):\s+(?:fatal )?(warning|error):\s+(.)$"
It would be great to also catch linker errors, like undefined reference as an errors