Skip to content

0.28.2

Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 02 Jun 03:15
· 1951 commits to release since this release
214a229

Instructions

To use the "offline" .vsix (that doesn't download OS-based dependencies on extension activation), download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code.

Requirements

  • VS Code 1.43.0 or later.
  • 32-bit Linux is no longer supported. #5346

Changes

Version 0.28.2: June 1, 2020

Regression Bug Fixes

Other Bug Fixes

  • Fix problemMatcher not being added to C/C++ build tasks. #3295
  • Fix /usr/bin being used as the default cwd (instead of ${workspaceFolder}) for C/C++ build tasks. #4761
  • Fix processing of quoted arguments with spaces in compilerPath. PR #5513
  • Fix inconsistent task label and preLaunchTask being used for C/C++ build tasks. #5561

Known Regressions

  • Default mingw build task fails on Windows if mingw isn't in the PATH. #5604