Skip to content
Discussion options

You must be logged in to vote

Hey @trusktr,

the files entries of the package.json are only for npm to know what to package & upload when performing an npm publish. Our default yeoman generator does not generate anything that's supposed to be uploaded as an npm package, but rather a vscode extension. vscode manages it's own included (or rather ignored) files using the .vscodeignore file. In this context, it is pretty much irrelevant what the files entry contains.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by trusktr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants