Commit 60f13d9
@
fix(vscode): regenerate icon.png and fix SVG font-family
icon.png was stale — it was never regenerated after the SVG text
changed from "MindDoc" to "MindCtx" (commit 6a7e60d). VS Code uses
icon.png, not the SVG, so the extension icon showed the old text.
Also changed font-family from "system-ui" (a CSS keyword unresolvable
by librsvg/sharp) to "Arial, Helvetica, sans-serif" for consistent
cross-platform rendering.
Added scripts/generate-icon.mjs to keep PNG in sync going forward.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@1 parent 3346dc4 commit 60f13d9
5 files changed
Lines changed: 316 additions & 3 deletions
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments