Module Vscode.OpenDialogOptions
val canSelectFiles : t -> bool optionval canSelectFolders : t -> bool optionval canSelectMany : t -> bool optionval defaultUri : t -> string optionval filters : t -> (string * string list) listval openLabel : t -> stringval title : t -> string optionval create :
?canSelectFiles:bool ->
?canSelectFolders:bool ->
?canSelectMany:bool ->
?defaultUri:string ->
?filters:(string * string list) list ->
?openLabel:string ->
?title:string ->
unit ->
t