ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
454 stars 88 forks source link

vsix packaging: drop unused folders #433

Closed GitMensch closed 5 months ago

GitMensch commented 7 months ago

The following folders are useful to have in the repository - but they should be dropped from the vsix as it makes no sense to install those on the user side on all installations:

.devcontainer .github .husky

possibly: @types app_images

ryanluker commented 6 months ago

Thanks for the ticket @GitMensch. Yes, these shouldn't be included in the extension release, thanks for raising this. It should be pretty easy for us to do via the vscodeignore file https://code.visualstudio.com/api/working-with-extensions/publishing-extension#using-.vscodeignore .