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