All notable changes to the "vscode-profile-switcher" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Extension install from marketplace now happens sequentially, not in parallel. Parallel installs often got conflicts writing to the logfile and the extensions would fail to install
- Code coverage via istanbul
- Code coverage reports on codecov.io
- Changed the test coverage to use
vscode-test
notvscode
- Fixing bug #8 by changing the JSON parser used
- Fixing bug that meant the removal of extensions was reported as complete before it was really complete. May be an underlying cause of issue #7
- Working on support for enable/disable extensions as you change profiles (Issue #2)
- Add support for setting a Live Share profile that is auto-activated (PR #4)
- Introduced testing
- Tweaked Azure Pipelines to test across multiple OS's
- Rewriting internals
- Tweaking settings for marketplace
- Adding a logo
- Adding a demo of extension to readme
- Added Azure Pipelines for CI/CD
- Initial preview release release