What's wrong with my CMake Tools extension status bar? #4478
-
My status bar for CMake Tools extension used to look like this photo from this answer: Where I can select build target, specify build type (release or debug), specify which target to build, and select type of compiler. Too many "Defaults", and I don't know what are those. I can't see any option for build type, and it even shows non-existing target (foam_json_parser), and it doesn't recognize any build targets in my project (I have at least 4 executable, 3 tests and 1 static library). I can still reach the targets just fine through the side bar, and build any target but I don't know if it's a release or a debug build, it just runs Any idea what's going on? I tried to remove and reinstall all my extensions and the issue is still the same. If it's related, I have two CMake presets files: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @eigemx - thanks for reaching out! You can fully configure the status bar to include exactly the elements you would want from the CMake Tools extension using the CMake Tools extension settings. You can find out more about the levels of configuration in our documentation listed here: https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/cmake-options-configuration.md. Please let me know if you have any other questions after reviewing the docs! |
Beta Was this translation helpful? Give feedback.
Hi @eigemx - thanks for reaching out!
You can fully configure the status bar to include exactly the elements you would want from the CMake Tools extension using the CMake Tools extension settings. You can find out more about the levels of configuration in our documentation listed here: https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/cmake-options-configuration.md.
Please let me know if you have any other questions after reviewing the docs!