Function: showSaveDialog()
showSaveDialog(
options
?):Promise
<Uri
|undefined
>
Defined in: packages/extension-api/src/extension-api.d.ts:2267
Shows a file save dialog to the user which allows to select a file for saving-purposes.
Parameters
options?
Options that control the dialog.
Returns
Promise
<Uri
| undefined
>
A promise that resolves to the selected resource or undefined
.