Releases: shanalikhan/code-settings-sync
Releases · shanalikhan/code-settings-sync
Settings Sync v3.4.3
Merge pull request #1018 from shanalikhan/v3.4.3 V3.4.3
Settings Sync v3.4.1
Merge pull request #965 from shanalikhan/v3.4.1 V3.4.1
Settings Sync v3.4.0
Merge pull request #938 from shanalikhan/v3.4.0 V3.4.0
Settings Sync v3.3.1
V3.3.1 (#924) * Rename package.nls.pt.json to package.nls.pt-br.json This aligns the filename to the one needed by VSCode. * Fix issues on first install * #922 * #922 * #922
Settings Sync v3.2.9
v3.2.9
Code Settings Sync 3.2.8
V3.2.8 (#821) * #806 * prettify custom setting json (#812) * Fix auto upload (#801) * Fix auto upload! * Properly stop watching * Add synchronous functions * Move watcher to a new service * Make a new service for watcher * Add general ignored items setting for chokidar * Use globalCommons's autoUploadService instance * Reset * Add local settings to ignored files * Asynchronously get ignored items * Remove unused import * Use autoUploadService * Use the globalCommonService everywhere Since the autoUploadService is an instance in Commons, using a global Commons instance will allow everything to use the same instance. * Stop spamming with extension paths * Fix to work with async functions * Add global state to ignored files * Add .DS_Store and sync.lock * Start watcher only after downloading has finished * Inform user that auto upload has started * #805 * #820 * #820 * #821 * #805 * #823 * Go back to webpack and fix source maps * Ignore node_modules and some other files (#826)
Settings Sync v3.2.7
space removed
Settings Sync v3.2.5
#769
Settings Sync v3.2.4
v3.2.4 (#724) * add support for Coder.com (#714) Checks for extension `coder.coder` to tell if the IDE is Coder + VS Code or just a regular VS Code installation. * add webpack bundling for faster startup * use tsc to compile tests * make tests run * v3.2.3 release * v3.2.4 * Always use VSCODE_PORTABLE env when portable Mac will no longer use Application Support while in portable mode * Token error on HTTP 401 - Display token error on 401, as the current method was displaying generic error for me. Also opens GitHub tokens page on error > Doesn’t listen for 403 errors as this shouldn’t ever happen with current setup, but we could add later - Use error.status instead of error.code to avoid depreciation logging * Fix loading language bundles and add missing dependencies (#736) * add webpack bundling for faster startup * use tsc to compile tests * make tests run * rebase on v3.2.3 * fix loading language bundles
Code Settings Sync 3.2.2
v3.2.2 changelog