Skip to content

Release 1.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 19:19

Fixes

  • Partially fix issue with debug mode on code-server (05e1b69, #279)

Development changes

  • I've added a CHANGELOG.md file to the repository containing the changelog for earlier versions. It'll contain already committed changes that have yet to be released.
  • The extension now only enters debug mode when the environment variable VSCODE_SSHFS_DEBUG is the (case insensitive) string "true". The ExtensionContext.extensionMode provided by Code does not influence this anymore. This is part due to #279, implemented in 05e1b69 which supersedes 48ef229.