Skip to content

1.1.0-insiders2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 16 Oct 02:04
8ac65e6

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 (e.g. for remote ARM machines), 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.49.0 or later.

Changes

Bug Fixes

  • Fix Build and Debug Active File race condition with EngineLogs. #6304
  • Prevent configuration warnings from stealing focus. #6308
  • Fix /std:c++latest downgrading to /std:c++17 when set via compilerArgs with cl.exe. #6323
  • Fix cStandard not being used. #6324