Skip to content

1.3.0-insiders5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Colengms Colengms released this 09 Apr 01:31
· 1492 commits to insiders since this release
143207a

Instructions

Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix ("extensions.autoUpdate" needs to be true too). Or if that doesn't work, manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code (don't double click the vsix).

Requirements

  • VS Code 1.53.0 or later.

Bug Fixes

  • Display integer values for char and unsigned char on hover instead of character symbols. #1552
  • Fix a crash (and other bugs) caused by resolving symlinks when processing recursive includes. #7306
  • Fix bug preventing successful validation and receipt of browse configurations from custom configuration providers. PR# 7131
  • Fix a potential crash on shutdown and when editing at the end of a document.