Garrett Campbell

Results 429 comments of Garrett Campbell

@guestieng CMake Presets supports the `installDir` field which should help you solve this. We also have the `CMake: Install` command. Do these things help solve this issue?

@Amy-Li03 Could you open this on VS Code core? I don't believe that this is something that our extension can control, since this is a generic output pane which is...

@Amy-Li03 Could you try this again? This seems to behave in your screenshot as expected, because it's a directory and the window provided buttons to open the folder. Thanks!

Additionally, when you run a build from the CMake extension, a progress task should be visible in the bottom right, which allows you to cancel the build. ![Image](https://github.com/user-attachments/assets/5dcd752a-e56a-4e23-8caf-d5ea553286e9)

@amigo421 @chrisjaquet @lygstate @Djoulihen I believe that this is best supported through the use of CMake Presets, have you considered this? Thanks!

@yszhou2019 Do these issues reproduce in the most recent pre-release version?

@dleclairbb Thanks for your feedback. Have you been able to test out whether @bobbrow's suggestion helps you here? Thanks!

@dleclairbb Understood, thanks for confirming. Unfortunately this comment: https://github.com/microsoft/vscode-cmake-tools/issues/3200#issuecomment-1589626231, is most accurate of the current state. Currently the debug button is only designed to launch from quick launch. Currently, you...