Allow webview panels to set an icon. This should probably be done declaratively in the package.json, something like:
"contributes": {
"webviews": [
{
"viewType": "markdown.preview",
"icon": {
"light": "./media/Preview.svg",
"dark": "./media/Preview_inverse.svg"
}
}
]
}
/cc @jrieken
Allow webview panels to set an icon. This should probably be done declaratively in the
package.json, something like:/cc @jrieken