Commit 3ad4ebb
fix(build): replace banner and architecture <picture> SVG blocks for Marketplace packaging
vsce rejects any SVG URL in README.md. The docs commit (810f004) added <picture>
blocks with dark/light SVG variants for both the banner and the architecture diagram.
The package-vsix.cjs script only replaced specific named SVGs but not these new
<picture> blocks, causing packx to fail.
Added two new replacements that swap each <picture> block with its PNG equivalent:
- banner <picture> → banner.png
- architecture <picture> → architecture.png
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c0b700b commit 3ad4ebb
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
82 | 92 | | |
83 | 93 | | |
84 | 94 | | |
| |||
0 commit comments