Skip to content

Tags: killers525/code-settings-sync

Tags

v3.4.3

Toggle v3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request shanalikhan#1018 from shanalikhan/v3.4.3

V3.4.3

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request shanalikhan#965 from shanalikhan/v3.4.1

V3.4.1

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request shanalikhan#938 from shanalikhan/v3.4.0

V3.4.0

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V3.3.1 (shanalikhan#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

* shanalikhan#922

* shanalikhan#922

* shanalikhan#922

v3.2.8

Toggle v3.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V3.2.8 (shanalikhan#821)

* shanalikhan#806

* prettify custom setting json (shanalikhan#812)

* Fix auto upload (shanalikhan#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

* shanalikhan#805

* shanalikhan#820

* shanalikhan#820

* shanalikhan#821

* shanalikhan#805

* shanalikhan#823

* Go back to webpack and fix source maps

* Ignore node_modules and some other files (shanalikhan#826)

v3.2.7

Toggle v3.2.7's commit message
space removed

v3.2.5

Toggle v3.2.5's commit message

v3.2.4

Toggle v3.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v3.2.4 (shanalikhan#724)

* add support for Coder.com (shanalikhan#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 (shanalikhan#736)

* add webpack bundling for faster startup

* use tsc to compile tests

* make tests run

* rebase on v3.2.3

* fix loading language bundles

v3.2.2

Toggle v3.2.2's commit message
changelog