Request: Show the selected C/C++ configuration more prominently #7106
Labels
enhancement
Improvement to an existing feature
Feature Request
Language Service
more votes needed
Issues that have been postponed until more community members upvote it
Milestone
Type: LanguageService
We're using VSCode to work on a multiplatform C++ project.
We set up multiple configurations in
c_cpp_properties.json
and we connectedtasks.json
to the selected configuration, so we can build for the different platforms from within VSCode (previously we had to go to the console and explicitlymake TARGET=<platform>
).This is very good, but the label in the status bar that's showing the active configuration is far too small and hard to see, especially as we're used to Visual Studio where the project configurations are prominently displayed in the toolbar. Also, the label disappears when the currently open file is not C/C++: it should always be visible if there's a
c_cpp_properties.json
file in this project.Is there a way to show the current configuration in a more visible place, and possibly larger?
This might be considered a superset of issue #5822...
The text was updated successfully, but these errors were encountered: