You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.