Expand description
Cocoon → Mountain setStatusBarText notification.
Emitted three times by Cocoon/.../Services/Window/StatusBar.ts
(:92, :123, :131) whenever an extension calls
vscode.window.setStatusBarMessage(...), or an extension-owned
StatusBarItem.text = "..." mutates. Distinct from the typed
statusBar.update notification (which carries colour/tooltip/command
fields): this wire form is the pure text-only fast path.
Forwards onto sky://statusbar/set-entry so the Sky StatusBar
shim’s existing fan-out listener picks it up without a new channel.