Tags: renewfan/code-settings-sync
Tags
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 (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.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.1.0 (shanalikhan#611) * german localization * corrected naming of locale * german localization * corrected naming of locale * fix: missing partial i18n translation * fix: missing partial i18n translation * fix: add missing key for German language file * fix: typo * Minor Wording Changes The text on some parts looked strange and not correct, thought I'd update a few for grammar and looks. * chore: update .gitignore * chore: add tslint and prettier rules * chore: add format script * chore: update teslint rules to make it defined mutilple class in one file * chore: run tslint before publish extension * refactor: format the code with prettier * chore: update tsconfig and tslint * refactor: refactor utils.ts * refactor: refactor localize.ts * refactor: refactor setting.ts * refactor: refactor environmentPath.ts * refactor: refactor fileService.ts * chore: update teslint rules * refactor: replace github package with @octokit/rest * chore: update teslint rules * refactor: refactor commons.ts * refactor: refactor pluginService.ts * refactor: extension.ts * feat: replace fs module with fs-extra, and use async await instead of callback style * feat: update deps for vscode/typescript/adm-zip/tslint * refactor: refactor callback style with async await * remove unused dependencies ncp and rimraf, use fs-extra instead * fix: invalid @octokit/rest constructor options * chore: update travis script * fix: lstat should be async no sync * fix: user agent for proxy * pref: improve performance when start up. use async instead of sync method shanalikhan#472 * fix: implement promisify and fix lockfile * feat: use lockfile instead of proper-lockfile. * pref: improve performance * refactor: add sync class and clean up extension file. it should improve startup performance shanalikhan#472 * refactor: add lockfile.ts * fix: typo ShowSummaryOutput * refactor: refactor download function * fix: lockfile * refactor: rename 'en' to 'env' * refactor: remove unused activationEvents * refactor: refactor upload logic, make it clean * style: rename lockfile function name, make it same style with other * refactor: sync advance options * chore: not allow unuser locals and params. make it clean * refactor: remove unused local and params * refactor: remove unneed await * pref: improve localize performance, init when extension be actived * fix: make sure resolve language merger with default language. * Update tutorial message * Fix slack img * Update path to imgur link * Update tutorial link again * Extension Installation CLI Added TSLint Improved shanalikhan#434 shanalikhan#590 shanalikhan#513 shanalikhan#337 * Summary improved * Github Api Code Improvements Anonymous Gist Code Removed Initializtion in contructor github api updated proxy addition github enterprise support updated * Ignored extensions can be accidentally deleted if removeExtensions is enabled. (shanalikhan#604) * Fix for shanalikhan#516 * Update to fix `ignoredExtensions` where extensions were deleted if `removeExtensions` was enabled. * shanalikhan#604 * Extension summary shanalikhan#577 * Gist Name change shanalikhan#513 * shanalikhan#611 * fix: error translation * shanalikhan#611 - Changelog CLI Improvements * shanalikhan#611 * shanalikhan#611
PreviousNext