Skip to content

1.2.2

Compare
Choose a tag to compare
@michelleangela michelleangela released this 26 Feb 00:24
· 1469 commits to main since this release
3d49cfa

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 (don't double-click the .vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.52.0 or later.

Changes

Bug Fixes

  • Fix IntelliSense errors with variable length arrays with C Clang mode. #6500
  • Fix for random IntelliSense communication failures on Mac. #6809, #6958
  • Fix an extension activation failure when a non-existent folder exists in the workspace. #6981
  • Fix infinite loops during document symbol processing. #6988, #7012, #7022, #7025
  • Fix a regression with handling of -isysroot/--sysroot compiler arguments. #6992
  • Fix issue querying certain compilers, including armclang and arm-poky-linux-musleabi-gcc. 7021
  • Fix invalid "console" property when generating a "cppdbg" task. #7048

Known Issues

  • Nested symbols in the Outline view and breadcrumbs are incorrect. #6830
  • size_t and operator new generate IntelliSense errors with clang/gcc on Windows. #7016