Skip to content

Commit cb06bcc

Browse files
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 #1390
1 parent 6726c50 commit cb06bcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/welcome/assets/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "../../assets/vscode.scss";
2+
@import "../../../node_modules/@vscode/codicons/dist/codicon.css";
23

34
// Custom styles dedicated to this webview:
45

0 commit comments

Comments
 (0)