- Initial release
- Prevent throwing an error if config cannot be found
- Store passwords based on the host name (and port if not 80/443) instead of the complete url. Because of this change the extension will ask for credentials once more after updating to this version.
- Prevent throwing an error if no active text editor can be found
- Add support for mapping the project root
- Updated dependencies
- Updated dependencies (including fix for event-stream vulnerability dominictarr/event-stream#116)
- Updated dependencies
- Replaced status bar button with context menu items
- Bugfix release, fix missing dependency
- Update dependencies
- Update dependencies
- Update dependencies
- Update dependencies
- Update dependencies, including a major upgrade of webdav-fs (3.x to 4.x)
- Added a test suite (
npm test) - Raised the minimum supported VS Code version to 1.85.0 and switched to lazy (
onCommand) activation