Skip to content

feat: Allow disabling Status bar items through VS Code UI

Lennard Sprong requested to merge (removed):statusbar_ids into main

Relates to #588 (closed)

By providing distinct ids and names to each StatusBarItem, users can disable them individually by right-clicking the statusbar.

statusbar_ids

This also removes the need for the related settings, as it can now be done through VS Code directly.

Merge request reports