Vscode.OpenDialogOptionsval canSelectFiles : t -> bool optionval canSelectFolders : t -> bool optionval canSelectMany : t -> bool optionval defaultUri : t -> string optionval filters : t -> string list Interop.Dict.tval openLabel : t -> stringval title : t -> string optionval create :
?canSelectFiles:bool ->
?canSelectFolders:bool ->
?canSelectMany:bool ->
?defaultUri:string ->
?filters:string list Interop.Dict.t ->
?openLabel:string ->
?title:string ->
unit ->
t