mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Add webview view sample
For https://github.com/microsoft/vscode/issues/46585
This commit is contained in:
@ -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: []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user