Closed lynnxyli closed 10 months ago
Put this line to the <head>
section:
<link rel="stylesheet" href="path/to/codicon.css" id="vscode-codicon-stylesheet" />
Let me know if it fixes your issue.
Put this line to the
<head>
section:<link rel="stylesheet" href="path/to/codicon.css" id="vscode-codicon-stylesheet" />
Let me know if it fixes your issue.
it fixes, tks!
I'm using vscode-tree component, the file tree rendered normally, but the icons didnt show even thought i set icons to the tree data;
the elements are like this
and i have already set csp like fontSrc: webview.cspSource, styleSrc: webview.cspSource,
the vscode-icon is normally shown when using https://github.com/microsoft/vscode-webview-ui-toolkit ,but not with this