vscode-coverage-gutters icon indicating copy to clipboard operation
vscode-coverage-gutters copied to clipboard

vsix packaging: drop unused folders

Open GitMensch opened this issue 2 years ago • 1 comments

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

GitMensch avatar Dec 27 '23 10:12 GitMensch

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 .

ryanluker avatar Jan 13 '24 16:01 ryanluker