mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Alexr00/showLocalAPI (#173798)
* Propose "allowLocal" open dialog option API Part of #131138 * Update comment * allowUIResources API proposal Part of #131138 * Fix scheme ordering and update doc comment
This commit is contained in:
@@ -679,7 +679,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostQuickOpen.showInput(options, token);
|
||||
},
|
||||
showOpenDialog(options) {
|
||||
return extHostDialogs.showOpenDialog(options);
|
||||
return extHostDialogs.showOpenDialog(extension, options);
|
||||
},
|
||||
showSaveDialog(options) {
|
||||
return extHostDialogs.showSaveDialog(options);
|
||||
|
||||
Reference in New Issue
Block a user