Add webview view sample

For https://github.com/microsoft/vscode/issues/46585
This commit is contained in:
Matt Bierner
2020-08-24 17:39:48 -07:00
parent 8d43af0868
commit 69409d5e5f
15 changed files with 1801 additions and 1 deletions

View File

@ -16,6 +16,13 @@ const samples = [
description: 'Webview Sample',
path: 'webview-sample',
guide: '/api/extension-guides/webview',
apis: ['window.registerWebviewViewProvider'],
contributions: []
},
{
description: 'Webview View Sample',
path: 'webview-view-sample',
guide: '/api/extension-guides/webview',
apis: ['window.createWebviewPanel', 'window.registerWebviewPanelSerializer'],
contributions: []
},