-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure buttons in the status bar #212
Comments
Or we can configure to disable these status bar buttons all together. |
It's been a while... Some upcoming UI refactors will change the CMake Tools GUI elements. |
The buttons will have some clean up in 1.1, but I expect more clean up in 1.2, so I'm going to leave this open and move the milestone to 1.2 |
…). src/cmake-tools.ts ================== * CMakeTools.configure now executes CTestDriver.reloadTests src/driver.ts ============= * new function CMakeDriver.testfilePath Returns the path to CTestTestfile.cmake in the build directory * CMakeDriver._cleanPriorConfiguration Added the removal of CTestTestfile.cmake from the build directory.
…). src/cmake-tools.ts ================== * CMakeTools.configure now executes CTestDriver.reloadTests
VS Code recently added the capability to hide status bar icons from an extension. It's an all-or-nothing toggle, but it should address @leira's comment. |
Can I upvote this 1000x? Kit selection and build mode (debug/release) are the biggest offenders here, eating into already limited available space. |
It'd be very interesting for me as well to customize which buttons are being displayed in the status bar. I'm using CMake Tools for embedded development and I have to use a different debugger (marus25.cortex-debug) then the native VSCode one. This makes the "Debug" button in the status bare useless for me as I can't use quick debug. So now there is this button down there in the menu bar and I have to tell all my colleagues that they must not click this button. Quiet annoying... Update: I now have built my own command bar icons using the Is this a feature that is being planned to be add to the Cmake Tools UI? |
@michaelkollmann, if you are using launch.json to configure debugging because the quick debug button doesn't work, you can actually move the launch.json config into the |
This issue was addressed in version 1.4 but was never closed. New settings |
I use other VSCode extensions that add buttons to the status bar and cmake tools makes it really cluttered.
I would appreciate options to edit this and hide buttons that are redundant for a specific project
Cmake: ProjName: Debug: Ready
a simpleProjName: Debug
would suffice in most cases)The text was updated successfully, but these errors were encountered: