0.22.1
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.30.0 or later.
Changes (fixes issues found in 0.22.0)
- Fix
tasks.json
with single-line comments being overwritten whenBuild and Debug Active File
is used. #3327 - Fix an invalid
compilerPath
property getting added totasks.json
after doingConfigure Task
with a C/C++ compiler. - Add IntelliSense caching for macOS 10.13 or later (0.22.0 only supported Windows and Linux).
Known Issues
- C_Cpp.intelliSenseCachePath doesn't resolve tilde or env for home directory. #3367