Releases: nonoroazoro/vscode-syncing
Syncing-2.1.2
- Changed: Increase the download speed and accelerate the process of adding and installing VSCode extensions.
Syncing-2.1.1
-
Added: Add support for the VSCode exploration builds.
-
Added: Add support for the self-compiled version of VSCode under the default configuration (Thank @Backfighter for the PR).
Syncing-2.1.0
-
Added: Add support for different editions of VSCode binaries.
-
Changed: Tweak the localizations.
Syncing-2.0.7
-
Changed: Syncing will remain deactivated until you execute any of its commands.
-
Fixed: Sort the extensions in alphabetical order to stabilize the settings.
Syncing-2.0.6
- Fixed: Fixed the issue introduced by
deepmerge.
Syncing-2.0.5
-
Changed: Replaced
momentwithdate-fnswhich can significantly reduce the extension's size. -
Fixed: Fixed the event-stream security issue.
Syncing-2.0.2
- Fixed: Fixed an error while parsing VSCode settings.
Syncing-2.0.1
-
Changed: Refactor and improve code readability (migrate from node async utilities to async functions).
-
Fixed: Trying to avoid the repeated creation of gists.
Syncing-2.0.0
-
Added: Support for
i18n (internationalization), and currently is shipped withEnglishandSimplified Chinese. -
Changed: Improve the startup performance (Thank @fabiospampinato for the advice).
Syncing-1.9.0
-
Added: Support VSCode Portable Mode.
-
Changed:
Improve the performanceof the synchronization process, and use a new CDN to install extensions, which should significantly accelerate the synchronization. -
Changed: Simplify the
extensions.jsonfile. -
Fixed: Added
CaseInsensitiveMapandCaseInsensitiveSetto fix the inconsistency of VSCode extension's id.