We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vsce package should fail here:
vsce package
{ "files": [ "this-file-does-not-exists.txt" ] }
It should also fail here:
{ "files": [ "this-folder-is-empty/**/*" ] }
This will prevent countless of bugs that are very easy to run into. There should be a flag --ignore-empty-files-patterns to disable this check.
--ignore-empty-files-patterns
The text was updated successfully, but these errors were encountered:
benibenj
Successfully merging a pull request may close this issue.
vsce package
should fail here:It should also fail here:
This will prevent countless of bugs that are very easy to run into.
There should be a flag
--ignore-empty-files-patterns
to disable this check.The text was updated successfully, but these errors were encountered: