Skip to main content

Module LifecyclePhaseState

Module LifecyclePhaseState 

Source

Structs§

LifecyclePhaseState
Tracks the current application lifecycle phase. Components poll this to defer work until the editor is fully initialised.

Type Aliases§

Phase
Application lifecycle phases (mirrors VS Code LifecyclePhase). 1 = Starting, 2 = Ready, 3 = Restored, 4 = Eventually