You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an "INVALID URL" error when I run vsce package. I tracked down what is triggering the error to the following snippet in the README.md of my extension:
<palign="center">
<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."/>
</p>
It appears that the issue was cause by a line break/whitespace.
Here are 2 consecutive commits for my extension with the substantive change to the README that enable successful packaging:
It also might be worthwhile including the URL in the error for tracking down the issue more easily. It was a bit of a wild goose chase for me to fix this!!!
The text was updated successfully, but these errors were encountered:
robole
changed the title
"INVALID URL" error for images with line break/ireggular whitespace
"INVALID URL" error for images with line break/irregular whitespace
Oct 15, 2023
Hi,
Thanks for your efforts working on this package.
I am getting an "INVALID URL" error when I run
vsce package
. I tracked down what is triggering the error to the following snippet in the README.md of my extension:It appears that the issue was cause by a line break/whitespace.
Here are 2 consecutive commits for my extension with the substantive change to the README that enable successful packaging:
I am using VSCE version 2.1.5.
It also might be worthwhile including the URL in the error for tracking down the issue more easily. It was a bit of a wild goose chase for me to fix this!!!
The text was updated successfully, but these errors were encountered: