Expand description
Register a status-bar entry through the StatusBarProvider trait so
the entry lives in
ApplicationState::Feature::Markers::ActiveStatusBarItems. Without this
registration the workbench has no memory of the entry and
the first SetStatusBarText::Fn call rebroadcasts a fresh entry
(state leak). Falls back to a direct Sky emit on trait failure.