mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
move open-function into stable, #66741
This commit is contained in:
@@ -256,9 +256,9 @@ export function createApiFactory(
|
||||
get clipboard(): vscode.Clipboard {
|
||||
return extHostClipboard;
|
||||
},
|
||||
open: proposedApiFunction(extension, (uri: URI) => {
|
||||
open(uri: URI) {
|
||||
return extHostWindow.openUri(uri);
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
// namespace: extensions
|
||||
|
||||
Reference in New Issue
Block a user