microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.43k stars 429 forks source link

Fix debugger hang on restart #3846

Open qarni opened 4 days ago

qarni commented 4 days ago

Fixes #3582

Fix issue where Configure with CMake Debugger fails on restart because the previously used pipe to CMake Debugger is no longer available. Runs vscode.debug.startDebugging() again on restart.