Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.08 KB

File metadata and controls

46 lines (32 loc) · 1.08 KB

Change Log

0.0.1

  • Initial release

0.0.2

  • Prevent throwing an error if config cannot be found

0.0.3

  • 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.

0.0.4

  • Prevent throwing an error if no active text editor can be found

0.0.5

  • Add support for mapping the project root

0.0.6

  • Updated dependencies

0.0.7

0.0.8

  • Updated dependencies
  • Replaced status bar button with context menu items

0.0.9

  • Bugfix release, fix missing dependency

0.0.10

  • Update dependencies

0.0.11

  • Update dependencies

0.0.12

  • Update dependencies

0.0.13

  • Update dependencies

0.0.14

  • 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