Skip to content

0.22.1

Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 22 Mar 00:12
· 2568 commits to release since this release
c18592b

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 when Build and Debug Active File is used. #3327
  • Fix an invalid compilerPath property getting added to tasks.json after doing Configure 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