mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
also add showSaveDialog-api, #13807
This commit is contained in:
@@ -382,6 +382,9 @@ export function createApiFactory(
|
||||
}),
|
||||
showOpenDialog: proposedApiFunction(extension, options => {
|
||||
return extHostDialogs.showOpenDialog(options);
|
||||
}),
|
||||
showSaveDialog: proposedApiFunction(extension, options => {
|
||||
return extHostDialogs.showSaveDialog(options);
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user