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
vsce interprets the contents of .vscodeignore differently as of a recent change. This means that everything under docs/images is excluded from the .vsix (likely because of the rule images/). Adapt .vscodeignore so that everything that needs to be included is included.
The text was updated successfully, but these errors were encountered:
vsce interprets the contents of
.vscodeignore
differently as of a recent change. This means that everything underdocs/images
is excluded from the .vsix (likely because of the ruleimages/
). Adapt.vscodeignore
so that everything that needs to be included is included.The text was updated successfully, but these errors were encountered: