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.