Set CMake installed target executable as Run/Debug
Is it possible to add Run/Debug launch targets as the installed CMake executable and set the Working Directory to install directory without having to manually set the paths? VSCode has a similar feature in its launch configuration when using the CMake Tools extension with `cmake.getLaunchTargetDirectory` and `cmake.launchTargetPath`.
请先登录再写评论。