microsoft / microsoft/vscode-cpptools

Request: Option to Always Show C/C++ Configuration in Status Bar

Open
#5,822 3 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted Language Service quick fix
Dominant language
TypeScript
Stars
6.2k
Forks
1.7k
Avg merge
14h 46m
Merged PRs (30d)
61

Description

As of the latest release I am able to tie my build task and launch command back to the c/c++ configuration, which is awesome!

I have one problem though, the c/c++ configuration does not show up in the status bar unless I have c/c++ files open. It would be nice to be able to quickly change configurations, build, and run without necessarily opening a file. I realize I can select the configuration from the command palette, but I'm after convenience here.

Would it be possible to add a setting (which I would set in my workspace) to always show the c/c++ configuration in the status bar?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the C/C++ configuration status-bar entry and the related command-palette selection behavior. Identify where visibility depends on an open C/C++ file and where workspace settings are registered. Done means a workspace setting keeps the configuration visible without an open C/C++ file and still permits changing, building, and running configurations.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, typescript
Domain
developer-experience
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.