diff --git a/.vscode/launch.json b/.vscode/launch.json index f9aa9fb..6cd8ae1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,14 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "cmake", + "request": "launch", + "name": "CMake: Configure project", + "cmakeDebugType": "configure", + "clean": false, + "configureAll": false + }, { "name": "(gdb) Launch", "type": "cppdbg",