Describe the Bug
Launching Debug before CMake build is complete causes an error: ‘${command:cmake.launchTarget-Path}’ does not exist
Steps to Reproduce
When used with ms-vscode.cmake-tools, lanunch
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "lldb launch",
"program": "${command:cmake.launchTargetPath}"
}
]
}
The first time will trigger an error:‘${command:cmake.launchTarget-Path}’ does not exist
It needs to run a second time, and only after the CMake build is completed successfully.
And this kind of problem has never occurred on the official VSCode.
Expected Behavior
launch waits for CMake build to finish and then starts Debug
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.2.2
VSCode Version: 1.99.3
Commit: faa03b17cce93e8a80b7d62d57f5eda6bb6ab9f0
Date: 2025-07-07T06:08:52.104Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.5.0
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor