-
-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from shanalikhan/anonymousGist
- Loading branch information
Showing
7 changed files
with
254 additions
and
188 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "code-settings-sync", | ||
"displayName": "Settings Sync", | ||
"description": "Synchronize Settings, Snippets, launch, keybindings, workspaces and extensions Across Multiple Machines using Github Gist.", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"icon": "images/cloud.png", | ||
"publisher": "Shan", | ||
"author": { | ||
|
@@ -24,7 +24,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"engines": { | ||
"vscode": "^1.9.0" | ||
"vscode": "^1.8.0" | ||
}, | ||
"categories": [ | ||
"Other" | ||
|
@@ -124,6 +124,11 @@ | |
"type": "boolean", | ||
"default": false, | ||
"description": "Set it to true if you want to sync the workspaceStorage folder. It will only upload .json files." | ||
}, | ||
"sync.anonymousGist": { | ||
"type": "boolean", | ||
"default": false, | ||
"description": "Set it to true if you want to create or download from Anonymous Gist. Extension won't ask for Github token" | ||
} | ||
}, | ||
"title": "Code Settings Sync Configuration Settings" | ||
|
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
Oops, something went wrong.