Values.WorkspaceConfigurationStatusSourceThis structure displays the current status of the workspace configuration, and might also contain a reason for that status.
type nonrec t = {statusCode : WorkspaceConfigurationStatusCode.t option;The current status of the workspace configuration.
*)statusReason : String_.t option;The reason for the current status, if a reason is available.
*)}