gecko-dev/.vscode
Gerald Squelart 94188a7073 Bug 1493017 - Tweak vscode tasks.json problemMatcher regexes to handle 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

--HG--
extra : moz-landing-system : lando
2018-09-21 10:00:59 +00:00
..
extensions.json Bug 1482693 - Recommend the official Rust VisualStudio Code extension r=gps,jya 2018-08-13 21:21:34 +00:00
tasks.json Bug 1493017 - Tweak vscode tasks.json problemMatcher regexes to handle clang/Windows output - r=jya 2018-09-21 10:00:59 +00:00