-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print packaged extension contents on package/publish #995
Comments
To add to this, by default the The option is a part of the options object for the package commend here. Yet in It might also be worth adding that in as part of this so that a user can be doubly sure that what they are packaging is what they intended? |
Addition to the idea: we should also print out which inclusion/exclusion rules were used or missing during file collection (ie |
verification steps
|
Let's be inspired by
esbuild
and print out what is actually being packaged.This should be printed out both on
vsce package
andvsce publish
. We could even have a nice ⚠ on items that are larger than some limit. Only top level files/folders can be printed.The goal is to make it easier for extensions authors to figure out what is actually being packaged as part of their extension. So they can avoid accidentally packaging something.
fyi @joaomoreno
The text was updated successfully, but these errors were encountered: