Vscode.TextDocumentShowOptions
val viewColumn : t -> ViewColumn.t option
val preserveFocus : t -> bool option
val preview : t -> bool option
val create :
viewColumn:ViewColumn.t ->
?preserveFocus:bool ->
?preview:bool ->
?selection:Range.t ->
unit ->
t