Skip to main content

CUSTOM_EDITOR_REGISTRY

Static CUSTOM_EDITOR_REGISTRY 

Source
static CUSTOM_EDITOR_REGISTRY: OnceLock<Mutex<HashMap<String, String>>>
Expand description

Process-global custom editor registry: ViewType → SidecarId. Populated by RegisterCustomEditorProvider, consumed by ResolveCustomEditor to route the save/resolve RPC to the correct extension host sidecar.