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:
Alex Ross
2023-02-09 09:53:24 +01:00
committed by GitHub
parent 7f48e7c7ce
commit 89c4f61de2
7 changed files with 31 additions and 4 deletions

View File

@@ -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);