Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1493017 - Tweak vscode tasks.json problemMatcher regexes to handl…
…e clang/Windows output - r=jya The original regex could match linux&mac outputs that look like: `/[...]/ffmpeg/FFmpegVideoDecoder.cpp:315:6: error: expected expression` However on Windows the same outputs have a different line&column format: `c:/[...]/ffmpeg/FFmpegVideoDecoder.cpp(315,7): error: expected expression` Differential Revision: https://phabricator.services.mozilla.com/D6442
- Loading branch information