Values.IdeConfigurationSourceInformation about the configuration of an integrated development environment (IDE) for a Dev Environment.
type nonrec t = {runtime : IdeConfigurationRuntimeString.t option;A link to the IDE runtime image. This parameter is not required for VSCode.
*)name : IdeConfigurationNameString.t option;The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of IdeConfigurationRuntimeString.t ]) list ]