Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for sharing it. The example one was provided by someone, I don't use MSVC C++ so can't verify it. If you're on Discord could you maybe ask there so that other C++ users can verify that it works, then we can replace the suggested one in the default config? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The example error regex did not work for me. I have found the following regex to work really well,
^(?P.)([)]: (?Perror|warning) (?P.)$
Beta Was this translation helpful? Give feedback.
All reactions