microsoft/vscode-cmake-tools v1.23.52
microsoft/vscode-cmake-tools
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.jsonparsing so that escaped quotes (e.g.,\") are correctly interpreted when compiling single files. #4896 - Fix
cmake.exportCompileCommandsFileset tofalsestill passing-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=FALSEinstead of omitting the flag entirely, which caused CMake warnings for projects withLANGUAGES 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