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
Marketplace does not resolve URLs, we use only absolute paths. vsce generates path for links in the README file, you can use --githubBranch to override the branch name.
I just published a new extension and noticed that the gif file was broken in the extension details view.
From the debugging tool, it looks like the generated link to the gif file is incorrect. It references files in the master branch. However, now for new repositories github uses main as default branch name (See https://github.com/github/renaming). so the correct link should be https://github.com/sunliangqin/VSCodeQuickJump/raw/main/assets/demo.gif
The text was updated successfully, but these errors were encountered: