Function: showSaveDialog()
showSaveDialog(
options
?):Promise
<Uri
|undefined
>
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
.