-
-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(package): update tslint-plugin-prettier to version 2.0.0 * Updated: German translation * #641 * Add support for VSCodium * Corrected the message to be displayed * Add Japanese translation file * be able to upload additional file * be able to download additional files * create new advanced setting to add Customized Sync file * fix typo eslint => eslintrc * Add Import Custom File to workspace option * unify display message: Custom Sync File * Test Directory * =Adding HostName property. Get hostname using 'os.hostname()' * =Need definition for supported OS's. Using strict match regex to get @sync pragmas. Should it support multiple spaces? Replacing settings.json content before writing file. Should be better removing lines instead of add comments? Replacing settings.json before upload to remove @sync ignore pragms. * Added English message for OSNotSupported message while processing uploading content * mocha and chai packages added as dev dependencies. Test script not working while compiling. * Moving pragma functions to a separated file * Added Pragma util static class. Support for host, env and os values in every orther. Remove whitespaces before upload. Alert user if OS value is not a valid OS. * Added hostName property to CustomSettings * Tests files added. Estructure test per feature. * Added some documentation. hostName property on custom config. * uncomment lines function. Uncomment all @sync settings before upload. Only insert comments if it doesn't match with matchine os or host or env. Uncomment line before write if it matched. * Do replace ments one time per setting pragma. Test uncoment function. More redeable settings json for testing. * Add SUPPORTED_OS and osTypeFromString to environmentPath.ts as requested. Get OS from OsType enum. Remove os.hostName() * Check valid JSON before writting file. All the comments and trilling commas are removed. Must check this. If not valid OS is detected inform user. Added function to remove comments from text. * Chatch exception during upload. Should it abort upload? * Adding VS Code tests in typescript. Run test changing launch mode to "Launch Test". Remove javascript files. * Environment - treat non-OSS instalations on Linux as XDG * Improvements #628 , #629 * minor grammatical fixes * add fileService.test.ts * Version Change * #331 * #513 * Add webpack bundling (#676) * Update issue templates * add webpack bundling for faster startup * no conflicts * Revert "Add webpack bundling (#676)" (#679) This reverts commit e68a243. * Gist Object changed * Update package.json * v3.2 change log
- Loading branch information
1 parent
7494f13
commit 3fdbd57
Showing
19 changed files
with
1,096 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,171 +1,176 @@ | ||
{ | ||
"name": "code-settings-sync", | ||
"displayName": "Settings Sync", | ||
"description": "Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.", | ||
"version": "3.1.2", | ||
"icon": "images/cloud.png", | ||
"publisher": "Shan", | ||
"author": { | ||
"name": "Shan Khan", | ||
"url": "http://shanalikhan.github.io", | ||
"email": "shanalikhan@hotmail.com" | ||
"name": "code-settings-sync", | ||
"displayName": "Settings Sync", | ||
"description": "Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.", | ||
"version": "3.2.0", | ||
"icon": "images/cloud.png", | ||
"publisher": "Shan", | ||
"author": { | ||
"name": "Shan Khan", | ||
"url": "http://shanalikhan.github.io", | ||
"email": "shanalikhan@hotmail.com" | ||
}, | ||
"homepage": "https://shanalikhan.github.io", | ||
"galleryBanner": { | ||
"color": "#3B4859", | ||
"theme": "dark" | ||
}, | ||
"badges": [ | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/version/Shan.code-settings-sync.svg", | ||
"description": "Latest Version", | ||
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" | ||
}, | ||
"homepage": "https://shanalikhan.github.io", | ||
"galleryBanner": { | ||
"color": "#3B4859", | ||
"theme": "dark" | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/installs/Shan.code-settings-sync.svg", | ||
"description": "Total Downloads", | ||
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" | ||
}, | ||
"badges": [ | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/version/Shan.code-settings-sync.svg", | ||
"description": "Latest Version", | ||
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" | ||
}, | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/installs/Shan.code-settings-sync.svg", | ||
"description": "Total Downloads", | ||
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" | ||
}, | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/rating/Shan.code-settings-sync.svg", | ||
"description": "Ratings", | ||
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/badge/Join%20Community-slack-green.svg", | ||
"description": "Join Slack Community", | ||
"href": "https://join.slack.com/t/codesettingssync/shared_invite/enQtMzE3MjY5NTczNDMwLTYwMTIwNGExOGE2MTJkZWU0OTU5MmI3ZTc4N2JkZjhjMzY1OTk5OGExZjkwMDMzMDU4ZTBlYjk5MGQwZmMyNzk" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/shanalikhan/code-settings-sync.git" | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/rating/Shan.code-settings-sync.svg", | ||
"description": "Ratings", | ||
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/shanalikhan/code-settings-sync/issues", | ||
"email": "shanalikhan@hotmail.com" | ||
}, | ||
"engines": { | ||
"vscode": "^1.8.0" | ||
}, | ||
"categories": [ | ||
"Other" | ||
], | ||
"keywords": [ | ||
"vscode-sync", | ||
"vscode-settings-sync", | ||
"code-settings-sync", | ||
"settings-sync", | ||
"workspace-sync", | ||
"multi-root ready" | ||
{ | ||
"url": "https://img.shields.io/badge/Join%20Community-slack-green.svg", | ||
"description": "Join Slack Community", | ||
"href": "https://join.slack.com/t/codesettingssync/shared_invite/enQtMzE3MjY5NTczNDMwLTYwMTIwNGExOGE2MTJkZWU0OTU5MmI3ZTc4N2JkZjhjMzY1OTk5OGExZjkwMDMzMDU4ZTBlYjk5MGQwZmMyNzk" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/shanalikhan/code-settings-sync.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/shanalikhan/code-settings-sync/issues", | ||
"email": "shanalikhan@hotmail.com" | ||
}, | ||
"engines": { | ||
"vscode": "^1.28.0" | ||
}, | ||
"categories": [ | ||
"Other" | ||
], | ||
"keywords": [ | ||
"vscode-sync", | ||
"vscode-settings-sync", | ||
"code-settings-sync", | ||
"settings-sync", | ||
"workspace-sync", | ||
"multi-root ready" | ||
], | ||
"activationEvents": [ | ||
"*" | ||
], | ||
"main": "./out/src/extension", | ||
"contributes": { | ||
"commands": [ | ||
{ | ||
"command": "extension.HowSettings", | ||
"title": "%cmd.howSetting.title%" | ||
}, | ||
{ | ||
"command": "extension.downloadSettings", | ||
"title": "%cmd.downloadSettings.title%" | ||
}, | ||
{ | ||
"command": "extension.updateSettings", | ||
"title": "%cmd.updateSettings.title%" | ||
}, | ||
{ | ||
"command": "extension.resetSettings", | ||
"title": "%cmd.resetSettings.title%" | ||
}, | ||
{ | ||
"command": "extension.otherOptions", | ||
"title": "%cmd.otherOptions.title%" | ||
} | ||
], | ||
"activationEvents": [ | ||
"*" | ||
"keybindings": [ | ||
{ | ||
"key": "alt+shift+u", | ||
"command": "extension.updateSettings" | ||
}, | ||
{ | ||
"key": "alt+shift+d", | ||
"command": "extension.downloadSettings" | ||
} | ||
], | ||
"main": "./out/src/extension", | ||
"contributes": { | ||
"commands": [ | ||
{ | ||
"command": "extension.HowSettings", | ||
"title": "%cmd.howSetting.title%" | ||
}, | ||
{ | ||
"command": "extension.downloadSettings", | ||
"title": "%cmd.downloadSettings.title%" | ||
}, | ||
{ | ||
"command": "extension.updateSettings", | ||
"title": "%cmd.updateSettings.title%" | ||
}, | ||
{ | ||
"command": "extension.resetSettings", | ||
"title": "%cmd.resetSettings.title%" | ||
}, | ||
{ | ||
"command": "extension.otherOptions", | ||
"title": "%cmd.otherOptions.title%" | ||
} | ||
], | ||
"keybindings": [ | ||
{ | ||
"key": "alt+shift+u", | ||
"command": "extension.updateSettings" | ||
}, | ||
{ | ||
"key": "alt+shift+d", | ||
"command": "extension.downloadSettings" | ||
} | ||
], | ||
"configuration": { | ||
"properties": { | ||
"sync.gist": { | ||
"type": "string", | ||
"default": "", | ||
"description": "%ext.config.gist%" | ||
}, | ||
"sync.autoDownload": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.autoDownload%" | ||
}, | ||
"sync.autoUpload": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.autoUpload%" | ||
}, | ||
"sync.forceDownload": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.forceDownload%" | ||
}, | ||
"sync.quietSync": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.quietSync%" | ||
}, | ||
"sync.askGistName": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.askGistName%" | ||
}, | ||
"sync.removeExtensions": { | ||
"type": "boolean", | ||
"default": true, | ||
"description": "%ext.config.removeExtensions%" | ||
}, | ||
"sync.syncExtensions": { | ||
"type": "boolean", | ||
"default": true, | ||
"description": "%ext.config.syncExtensions%" | ||
} | ||
}, | ||
"title": "%ext.config.title%" | ||
"configuration": { | ||
"properties": { | ||
"sync.gist": { | ||
"type": "string", | ||
"default": "", | ||
"description": "%ext.config.gist%" | ||
}, | ||
"sync.autoDownload": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.autoDownload%" | ||
}, | ||
"sync.autoUpload": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.autoUpload%" | ||
}, | ||
"sync.forceDownload": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.forceDownload%" | ||
}, | ||
"sync.quietSync": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.quietSync%" | ||
}, | ||
"sync.askGistName": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "%ext.config.askGistName%" | ||
}, | ||
"sync.removeExtensions": { | ||
"type": "boolean", | ||
"default": true, | ||
"description": "%ext.config.removeExtensions%" | ||
}, | ||
"sync.syncExtensions": { | ||
"type": "boolean", | ||
"default": true, | ||
"description": "%ext.config.syncExtensions%" | ||
} | ||
}, | ||
"scripts": { | ||
"vscode:prepublish": "npm run tslint-check && npm run compile", | ||
"compile": "tsc -p ./", | ||
"watch": "tsc -watch -p ./", | ||
"postinstall": "node ./node_modules/vscode/bin/install", | ||
"tslint-check": "tslint -c ./tslint.json ./src/**/*.ts ./src/*.ts", | ||
"format": "prettier --write './src/**/*.ts'" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/node": "^10.7.0", | ||
"prettier": "^1.14.2", | ||
"tslint": "^5.11.0", | ||
"tslint-plugin-prettier": "^1.3.0", | ||
"typescript": "^3.0.1", | ||
"vscode": "^1.1.21" | ||
}, | ||
"dependencies": { | ||
"@octokit/rest": "^15.10.0", | ||
"adm-zip": "^0.4.11", | ||
"chokidar": "^2.0.2", | ||
"fs-extra": "^7.0.0", | ||
"https-proxy-agent": "^2.1.1", | ||
"lockfile": "^1.0.4", | ||
"temp": "^0.8.3" | ||
}, | ||
"title": "%ext.config.title%" | ||
} | ||
}, | ||
"scripts": { | ||
"vscode:prepublish": "npm run tslint-check && npm run compile", | ||
"compile": "tsc -p ./", | ||
"watch": "tsc -watch -p ./", | ||
"postinstall": "node ./node_modules/vscode/bin/install", | ||
"tslint-check": "tslint -c ./tslint.json ./src/**/*.ts ./src/*.ts", | ||
"format": "prettier --write './src/**/*.ts'", | ||
"test": "npm run vscode:prepublish && node ./node_modules/bin/mocha --recursive" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/node": "^10.11.6", | ||
"@types/chai":"4.1.6", | ||
"@types/mocha": "^5.2.0", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"prettier": "^1.14.3", | ||
"tslint": "^5.11.0", | ||
"tslint-plugin-prettier": "^2.0.0", | ||
"typescript": "^3.1.2", | ||
"vscode": "^1.1.21" | ||
}, | ||
"dependencies": { | ||
"@octokit/rest": "^15.13.0", | ||
"adm-zip": "^0.4.11", | ||
"chokidar": "^2.0.4", | ||
"fs-extra": "^7.0.0", | ||
"https-proxy-agent": "^2.2.1", | ||
"lockfile": "^1.0.4", | ||
"temp": "^0.8.3" | ||
} | ||
} |
Oops, something went wrong.