Commit c8b9daf
authored
fix(vscode): use absolute URL for README icon (#464)
* feat(vscode): prepare VS Code extension for marketplace publish
- Remove `private: true` to enable publishing
- Add homepage, galleryBanner, update category to AI, bump version
- Fix .vscodeignore monorepo leak (was packaging 548 files from parent workspace)
- Upgrade @vscode/vsce to ^3.7.1 (fixes .cjs entry point validation)
- Rewrite README for marketplace with CloudFront-hosted screenshots and GIF
- Replace 128x128 placeholder icon with proper 256x256 icon
- Add VS Code tab to marketing site hero section with marketplace link
- Add VS Code SVG icon to marketing assets
For provenance purposes, this commit was AI assisted.
* fix: clean up HeroSection linkEl reference and unused variable
For provenance purposes, this commit was AI assisted.
* fix(vscode): use absolute URL for README icon
Marketplace resolves relative paths against repo root, not the extension
subdirectory, causing a broken image.
For provenance purposes, this commit was AI assisted.1 parent 34ee462 commit c8b9daf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments