Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Conversation

@tjquillan
Copy link
Contributor

This PR should properly address issue #125 rather than simply downgrading vsce.

Side notes:

  • Would it be acceptable to make some additional cleanups?
    • ie: the ** is not needed at the end of things like src/** as the whole directory is ignored anyway.
  • While doing this I noticed .husky is included in the final package. Is this intentional?

tjquillan added 2 commits June 8, 2021 20:02
This commit reworks the python rules in .vscodeignore to be compatible
with vsce 1.92.0 and above.
@seanwu1105
Copy link
Owner

@tjquillan Thanks for the PR.

It is always welcome to make some additional cleanups! I find that most of the bundled files is unnecessary, such as /node_modules, /.github and /.husky. It would be nice if you can add these folders to .vscodeignore for me.

node_modules and .github were also added despite the fact that they seem
to already be ignored for some reason as adding them will prevent them
being included if vsce behavior changes in the future
@seanwu1105 seanwu1105 merged commit f58bd01 into seanwu1105:master Jun 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants