mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
call it openExternal, #67344
This commit is contained in:
@@ -256,7 +256,7 @@ export function createApiFactory(
|
||||
get clipboard(): vscode.Clipboard {
|
||||
return extHostClipboard;
|
||||
},
|
||||
open(uri: URI) {
|
||||
openExternal(uri: URI) {
|
||||
return extHostWindow.openUri(uri);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user