Commit cb06bcc
authored
fix: bundle codicon font in Java Help Center webview (#1658)
The welcome (Java Help Center) webview used codicon glyphs but never imported the codicon font CSS, relying on VS Code's auto-injected font. That font is not reliably available across platforms, so the icons rendered as empty boxes on Linux. Import @vscode/codicons so the font is inlined into the bundle, matching the other webviews in this repo.
Fixes #13901 parent 6726c50 commit cb06bcc
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments