0.28.2
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
- Fix string arrays in
env
not being joined properly. #5509 - Fix
shell
being used as the C/C++ build task source instead ofC/C++
. vscode-docs#3724
Other Bug Fixes
- Fix
problemMatcher
not being added to C/C++ build tasks. #3295 - Fix
/usr/bin
being used as the defaultcwd
(instead of${workspaceFolder}
) for C/C++ build tasks. #4761 - Fix processing of quoted arguments with spaces in
compilerPath
. PR #5513 - Fix inconsistent task
label
andpreLaunchTask
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