Skip to content

Commit

Permalink
Merge pull request #326 from shanalikhan/v2.8
Browse files Browse the repository at this point in the history
V2.8
  • Loading branch information
shanalikhan authored May 23, 2017
2 parents 504970f + 5b6d8d9 commit 83ebe97
Show file tree
Hide file tree
Showing 9 changed files with 219 additions and 230 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ For details regarding settings keys, click [here](http://shanalikhan.github.io/2
"sync.lastDownload": "2016-12-27T15:58:35.760Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.showSummary": true,
"sync.forceDownload": true,
"sync.anonymousGist": false
"sync.host":"",
Expand All @@ -168,21 +167,22 @@ For details regarding settings keys, click [here](http://shanalikhan.github.io/2

Extension will create the `syncLocalSettings.json` insider `User` folder upon code start.
You can customize the sync:
Options by which files / folders and settings you dont want to upload.
The Gist Description when creating new Gist.
Replace the code settings after downloading.

```
1. Options by which files / folders and settings to exclude from upload.
2. The Gist Description when creating new Gist.
3. Replace the code settings after downloading.
4. Change the Gist description while creating new one in github.
```

The Json will be created as:

```json
{
"token":"YOUR_GITHUB_TOKEN_HERE",
"version" : 270,
"ignoreUploadFiles": ["projects.json", "projects_cache_git.json"],
"ignoreUploadFolders": ["workspaceStorage"],
"ignoreUploadSettings": {
"sync.quietSync": false,
"editor.minimap.enabled": false
},
"replaceCodeSettings": {
"http.proxy": "XYZ"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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": "2.7.0",
"version": "2.8.0",
"icon": "images/cloud.png",
"publisher": "Shan",
"author": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"sync.forceDownload": {
"type": "boolean",
"default": false,
"description": "Set it to true if you want to download the settings everytime code starts."
"description": "Set it to true if you want to download the settings even when you have latest settings."
},
"sync.anonymousGist": {
"type": "boolean",
Expand Down Expand Up @@ -171,7 +171,7 @@
"fs": "^0.0.2",
"github": "^9.2.0",
"ncp": "^2.0.0",
"open": "^0.0.5",
"opn": "5.0.0",
"rimraf": "^2.6.1",
"temp": "^0.8.3",
"https-proxy-agent": "^1.0.0",
Expand Down
Loading

0 comments on commit 83ebe97

Please sign in to comment.