Function: showOpenDialog()
showOpenDialog(
options
?):Promise
<Uri
[] |undefined
>
Shows a file open dialog to the user which allows to select a file for opening-purposes.
Parameters
options?
Options that control the dialog.
Returns
Promise
<Uri
[] | undefined
>
A promise that resolves to the selected resources or undefined
.