Function: showOpenDialog()
showOpenDialog(
options
?):Promise
<undefined
|Uri
[]>
Defined in: packages/extension-api/src/extension-api.d.ts:2270
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
<undefined
| Uri
[]>
A promise that resolves to the selected resources or undefined
.