mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
use electron openExternal, return boolean-promise, rename to 'open', #66741
This commit is contained in:
@@ -256,7 +256,7 @@ export function createApiFactory(
|
||||
get clipboard(): vscode.Clipboard {
|
||||
return extHostClipboard;
|
||||
},
|
||||
openItem: proposedApiFunction(extension, (uri: URI) => {
|
||||
open: proposedApiFunction(extension, (uri: URI) => {
|
||||
return extHostWindow.openUri(uri);
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user