Last active
February 18, 2017 18:35
-
-
Save mac2000/0570e92ceb6ae1e7ecfd83b5ada4aea1 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings 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-02-18T18:35:28.986Z","extensionVersion":"v2.4.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.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff", | |
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee", | |
"publisherDisplayName": "Microsoft" | |
}, | |
"name": "csharp", | |
"publisher": "ms-vscode", | |
"version": "1.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "bc3f1075-3ced-4395-9b1b-3f0ecaee83be", | |
"publisherDisplayName": "Microsoft" | |
}, | |
"name": "vscode-docker", | |
"publisher": "PeterJausovec", | |
"version": "0.0.12" | |
}, | |
{ | |
"metadata": { | |
"id": "f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3", | |
"publisherId": "27977793-9e84-451b-8977-744ce63f3d70", | |
"publisherDisplayName": "WakaTime" | |
}, | |
"name": "vscode-wakatime", | |
"publisher": "WakaTime", | |
"version": "1.1.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
// 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
{ | |
"editor.formatOnSave": true, | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"html.format.wrapLineLength": 0, | |
// token: f4f0dcddaaf5ba04834e145f94b25d656032ce3b | |
"sync.gist": "0570e92ceb6ae1e7ecfd83b5ada4aea1", | |
"sync.lastUpload": "2017-02-18T18:32:30.995Z", | |
"sync.autoDownload": true, | |
"sync.autoUpload": true, | |
"sync.lastDownload": "1970-01-01T00:00:00.000Z", | |
"sync.version": 243, | |
"sync.showSummary": true, | |
"sync.forceDownload": false, | |
"sync.workspaceSync": false, | |
"sync.anonymousGist": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment