Finalize the WebviewView Api

Fixes #46585

This new api allows extensions to contribute webviews to the sidebar or panel
This commit is contained in:
Matt Bierner
2020-09-16 14:58:31 -07:00
parent a8581d60f2
commit 6b083b455b
3 changed files with 157 additions and 164 deletions

View File

@@ -629,7 +629,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
retainContextWhenHidden?: boolean
}
}) {
checkProposedApiEnabled(extension);
return extHostWebviewViews.registerWebviewViewProvider(extension, viewId, provider, options?.webviewOptions);
}
};