Skip to main content

Module ReplayEvents

Module ReplayEvents 

Source
Expand description

Wire method: sky:replay-events. Called by SkyBridge after every sky://* Tauri listener is installed. Mountain → Sky app.emit() events are NOT buffered: any emit fired before the listener was registered is silently dropped. In the bundled-electron profile, extension activation starts ~580 log lines before the Sky bundle finishes booting (~1995 lines). Without replay, all tree-view + SCM register events are lost and the Activity Bar comes up empty.

Replays: tree-views, SCM providers, extension commands, active terminals (including buffered stdout from before SkyBridge’s listeners were up).

Functions§

Fn