Releases: nonoroazoro/vscode-syncing
Releases · nonoroazoro/vscode-syncing
Syncing-1.5.3
- Fixed: An error introduced by VSCode 1.20.
Syncing-1.5.2
-
Fixed: A bug caused by adm-zip on Linux Mint and Xubuntu (Issue #21).
-
Changed: Enhance user guides.
Syncing-1.5.1
-
Added: Added
Breaking Changessection in README.md. -
Changed: Simplified user guide.
-
Changed: Reduced extension file size.
Syncing-1.5.0
-
Changed: Rewrite in
TypeScript, now we havetypings. -
Added: Isolate the
http_proxysetting intoSyncing's settings file (which meansSyncingwill no longer read proxy settings fromVSCodesettings), this may prevent a potential failure caused by wrong proxy settings while syncing between different devices (Thank @mubaidr for the advice). -
Added: Pick
http_proxysettings fromhttp_proxyandhttps_proxyenvironment variables.