{ "code-runner.executorMap": { "cpp": "cmake -B build -S . && cmake --build build && .\\build\\Debug\\visualizer.exe" }, "code-runner.runInTerminal": true }