ReleaseMicrosoftMicrosoftpublished Apr 22, 2026seen 1d

microsoft/vscode-cmake-tools v1.23.52

microsoft/vscode-cmake-tools

Open original ↗

Captured source

source ↗
published Apr 22, 2026seen 1dcaptured 11hhttp 200method plain

1.23.52

Repository: microsoft/vscode-cmake-tools

Tag: v1.23.52

Published: 2026-04-22T21:24:44Z

Prerelease: no

Release notes: Bug Fixes:

  • Fix "Compile File" terminal closing immediately, hiding compilation output. The terminal now stays open until the user presses a key + Fix POSIX shell escape handling in compile_commands.json parsing so that escaped quotes (e.g., \") are correctly interpreted when compiling single files. #4896
  • Fix cmake.exportCompileCommandsFile set to false still passing -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=FALSE instead of omitting the flag entirely, which caused CMake warnings for projects with LANGUAGES NONE. #4893
  • Fix regression where Visual Studio kits with an existing Ninja-based build cache would fail due to a generator mismatch. Ninja is now preferred again when available, stale VS kits derive the correct generator at runtime as a fallback, and the build directory is auto-cleaned on generator mismatches. #4890