Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@mlasson
Copy link
Contributor

@mlasson mlasson commented Sep 3, 2024

Description

vsce package --help shows

Usage: vsce package|pack [options] [version]

Packages an extension

Options:
  -o, --out <path>                Output .vsix extension file to <path> location (defaults to <name>-<version>.vsix)
...
  --allow-missing-repository      Allow missing a repository URL in package.json
  --allow-unused-files-pattern    Allow include patterns for the files field in package.json that does not match any file
...

But the errors messages says:

The following include patterns in the "files" property in package.json do not match any files packaged in the extension:
  - LICENSE
Remove any include pattern which is not needed.

=> Run vsce ls --tree to see all included files.
=> Use --allow-unused-files-patterns to skip this check

This PR propoes to remove the "s" from the error message (because adding an s to the option would be a breaking change).

@benibenj benibenj enabled auto-merge September 3, 2024 13:25
@vs-code-engineering vs-code-engineering bot added this to the September 2024 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.