Skip to content

Releases: shanalikhan/code-settings-sync

Settings Sync v3.4.3

23 Sep 13:04
eb332ba
Compare
Choose a tag to compare
Merge pull request #1018 from shanalikhan/v3.4.3

V3.4.3

Settings Sync v3.4.1

22 Jul 11:13
d00101e
Compare
Choose a tag to compare
Merge pull request #965 from shanalikhan/v3.4.1

V3.4.1

Settings Sync v3.4.0

15 Jul 10:52
a4fe4f6
Compare
Choose a tag to compare
Merge pull request #938 from shanalikhan/v3.4.0

V3.4.0

Settings Sync v3.3.1

26 Jun 09:49
ebdca4f
Compare
Choose a tag to compare
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

24 Apr 10:11
Compare
Choose a tag to compare

Code Settings Sync 3.2.8

08 Apr 05:35
7094de0
Compare
Choose a tag to compare
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

07 Mar 09:48
Compare
Choose a tag to compare
space removed

Settings Sync v3.2.5

15 Feb 11:00
Compare
Choose a tag to compare

Settings Sync v3.2.4

13 Dec 10:37
b6c9f4c
Compare
Choose a tag to compare
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鈥檛 listen for 403 errors as this shouldn鈥檛 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

26 Nov 18:52
Compare
Choose a tag to compare
v3.2.2

changelog