- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
## Checklist
[x] I have read the CONTRIBUTING document.
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation in the README file.
[ ] I have updated the documentation in the README file accordingly.
[x] I have updated the version number in the vss-extension.json file.
[x] Depending on which task I'm modifying, I've updated the version number in the task.json file as well.
[ ] I have added tests to cover my changes.
[x] All new and existing tests passed.
Any questions, please ask! Thanks for contributing :)
What has changed and why?
Updates to compress the VSIX file size.
What types of changes does your code introduce?
- [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## ChecklistCONTRIBUTING
document.README
file.README
file accordingly.vss-extension.json
file.task.json
file as well.