Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/IPC/WindServiceHandlers/Sky/
mod.rs

1#![allow(non_snake_case, unused_variables, dead_code, unused_imports)]
2
3//! Sky bridge atoms - Mountain→Sky event replay handlers.
4//!
5//! `ReplayEvents` - `sky:replay-events` IPC: re-emits all buffered
6//! tree-view, SCM, command, and terminal events after SkyBridge's
7//! listeners are installed so nothing is silently dropped at boot.
8
9pub mod ReplayEvents;