-
I see the |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Feb 11, 2023
Replies: 1 comment
-
Hey @trusktr, the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
trusktr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @trusktr,
the
files
entries of thepackage.json
are only for npm to know what to package & upload when performing annpm 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 thefiles
entry contains.