Skip to content

Commit f99ff58

Browse files
author
Matt Bierner
committed
Remove proposed check for webview views
1 parent 591c3b5 commit f99ff58

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/vs/workbench/api/browser/viewsExtensionPoint.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,11 +479,6 @@ class ViewsExtensionHandler implements IWorkbenchContribution {
479479
return null;
480480
}
481481

482-
if (type === ViewType.Webview && !extension.description.enableProposedApi) {
483-
collector.error(localize('webviewViewsRequireProposed', "Webview views are proposed api and are only supported when running out of dev or with the following command line switch: --enable-proposed-api"));
484-
return null;
485-
}
486-
487482
const viewDescriptor = <ICustomTreeViewDescriptor>{
488483
type: type,
489484
ctorDescriptor: type === ViewType.Tree ? new SyncDescriptor(TreeViewPane) : new SyncDescriptor(WebviewViewPane),

0 commit comments

Comments
 (0)