Skip to content

Allow hiding an existing debug toolbar item #192185

@alestiago

Description

@alestiago

Description

As a VS Code extension developer I would like to have the ability to:

  • Remove or hide an icon of an exiting registered command in the debug toolbar. Sometimes, when building upon an existing debugType some of those icons might be redundant or not relevant anymore. Furthermore, sometimes an extension would like to customise certain icons; hiding and adding a new one would have the desired effect.

I do not know if the above is already possible (attaching to when clause?).

As part of this issue, I would also like to request documentation about the debug toolbar and this feature. I think the only available information in the documentation website is a brief sentence on Contribution Points.

In addition, I also think we're missing a sample that edits the debug toolbar in VS Code extensions samples, it would be great to have a sample there. Let me know if I should open an issue there about this.

Tasks

  • Allow hiding an existing debug toolbar item
  • Include samples to VS Code extensions samples for customising the debug toolbar.
  • Include documentation about the debug toolbar, such as the groups and order shown here.

References

(cc: @isidorn)

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions