KEMBAR78
Support another status item background color to indicate "warning" state · Issue #128205 · microsoft/vscode · GitHub
Skip to content

Support another status item background color to indicate "warning" state #128205

@bpasero

Description

@bpasero

We currently allow extensions to set a background color for status bar items limited to statusBarItem.errorBackground. This is a very strong red indicator that should be used for error cases.

To give extensions a way of indicating warning situations, we should introduce another color that is less strong. Examples include a indication that some feature is not enabled and thus the experience may be less than ideal (though not an error case).

Some ideas:

image

image

The former would be a new color for warning, the latter would be exposing our existing prominent color to extensions.

//cc @egamma

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions