1.4.2
Improvements:
- Added new variable substitution command: ${command:cmake.launchTargetFilename}. #632 @ebai101
- Add output parser for Wind River Diab compiler. PR #1267 @ce3a
- Set application run directory to executable path. #1395 @Shatur95
Bug Fixes:
- Allow minor version of File API protocol to be greater than expected. #1341 @KyleFromKitware
- Fix high-hitting crash related to output stream encoding. PR #1367
- Fix high-hitting crash: "message must be set" introduced by VS Code 1.49.0. #1432
- Fix detection of clang 10 on Debian. #1330
- Detect gdb for msys2 MinGW properly. PR #1338 @lygstate