Defines stable AXSG preview helper command and event names shared by the helper transport and adapters.
public static class AxsgPreviewHostProtocol
kind:method, kind:property, kind:ctor. Press Esc to clear.HostExitedEventThe host exited event name.HotReloadCommandThe in-process preview hot reload command name.LogEventThe preview host log event name.PingCommandThe ping command name.PreviewStartedEventThe preview started event name.StartCommandThe preview start command name.StopCommandThe preview stop command name.UpdateCommandThe live preview update command name.UpdateResultEventThe update result event name.CreateEvent(String, Object?)Creates a preview helper event envelope.CreateFailureResponse(String?, String)Creates a failed preview helper response envelope.CreateSuccessResponse(String?, Object?)Creates a successful preview helper response envelope.ParseCommandLine(String)Parses a JSON-line command envelope emitted by the VS Code preview client.ParseHotReloadRequest(JsonElement)Parses and validates a preview in-process hot reload request payload.ParseStartRequest(JsonElement)Parses and normalizes a preview start request payload.ParseUpdateRequest(JsonElement)Parses and validates a preview live-update request payload.