move open-function into stable, #66741

This commit is contained in:
Johannes Rieken
2019-01-24 09:01:27 -08:00
parent aca24779fb
commit c4d6e79d4d
3 changed files with 14 additions and 21 deletions

View File

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