Skip to content

Commit cbc3d14

Browse files
committed
Issue with vsce package fixed
1 parent 3c9bde7 commit cbc3d14

File tree

4 files changed

+341
-287
lines changed

4 files changed

+341
-287
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Some refactoring to improve readability.
2222
- Updated tests to reflect changes.
2323

24+
### Fixed
25+
26+
- There was some whitespace in `<img src="img/screenshots/demo.webp" ...` in the README.md that broke `vsce package`!
27+
2428
## [0.23.0] - 2023-10-14
2529

2630
### Changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ alt="Extension file size in bytes">
2222
</p>
2323

2424
<p align="center">
25-
<img src="img/screenshots/demo.webp" width="556" height="482"
26-
alt="recording of exploring view opened from the command 'Snippets Ranger: Show me that dur Range, Partner'. An entry of 'Markdown snippets' from the table of contents is selected and clicked, it takes the user down to the table with the snippets displayed for that extension."/>
25+
<img src="img/screenshots/demo.webp" width="556" height="482" alt="recording of exploring view opened from the command 'Snippets Ranger: Show me that dur Range, Partner'. An entry of 'Markdown snippets' from the table of contents is selected and clicked, it takes the user down to the table with the snippets displayed for that extension."/>
2726
</p>
2827

2928
**Snippets are grouped as: *Project*, *User*, *Extension*, and *VS Code*.**

0 commit comments

Comments
 (0)