Created
October 2, 2017 17:11
-
-
Save nadbm/efb26924e2184e84a4cea4425b560c66 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains hidden or 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
{"lastUpload":"2017-10-02T17:11:27.830Z","extensionVersion":"v2.8.3"} |
This file contains hidden or 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
[ | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe", | |
"publisherDisplayName": "Shan Khan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "2.8.3" | |
}, | |
{ | |
"metadata": { | |
"id": "0c601642-d429-4a82-b65d-457ec60f7c6d", | |
"publisherId": "c0ba2e10-9d4a-4a63-86c1-27d15ae1fd19", | |
"publisherDisplayName": "Chirag Patel" | |
}, | |
"name": "tomorrow-and-tomorrow-night-operator-mono-theme", | |
"publisher": "chiragpat", | |
"version": "0.0.6" | |
}, | |
{ | |
"metadata": { | |
"id": "6aef71bc-661a-4042-ad05-d2e190b39082", | |
"publisherId": "a1d195fd-0887-495c-a885-3d09c7b4c5a0", | |
"publisherDisplayName": "Martin Oppitz" | |
}, | |
"name": "vscode-extension-auto-import", | |
"publisher": "moppitz", | |
"version": "1.3.3" | |
}, | |
{ | |
"metadata": { | |
"id": "829a192d-496c-44ac-87f3-0a84ce36a853", | |
"publisherId": "c6e135ee-f6a2-45cb-b782-fd4de23acc84", | |
"publisherDisplayName": "Emmanuel Béziat" | |
}, | |
"name": "vscode-great-icons", | |
"publisher": "emmanuelbeziat", | |
"version": "2.1.16" | |
}, | |
{ | |
"metadata": { | |
"id": "6afc37b9-362f-4bd8-9a0d-9d24eade270d", | |
"publisherId": "92c9e5ec-8701-4679-ade5-8c7609963c83", | |
"publisherDisplayName": "Sam Chen" | |
}, | |
"name": "vscode-standardjs", | |
"publisher": "chenxsan", | |
"version": "1.2.0" | |
} | |
] |
This file contains hidden or 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
// Empty |
This file contains hidden or 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
// Empty |
This file contains hidden or 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
{ | |
"sync.gist": "", | |
"sync.lastUpload": "", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "", | |
"sync.forceDownload": false, | |
"sync.anonymousGist": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false | |
} |
This file contains hidden or 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
{ | |
/* | |
// Place your snippets for JavaScript React here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
// same ids are connected. | |
// Example: | |
"Print to console": { | |
"prefix": "log", | |
"body": [ | |
"console.log('$1');", | |
"$2" | |
], | |
"description": "Log output to console" | |
} | |
*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment