Skip to content

Instantly share code, notes, and snippets.

@dbirks
Created March 29, 2017 17:11
Show Gist options
  • Save dbirks/f6cb935e96d417d8c39055c26c23a926 to your computer and use it in GitHub Desktop.
Save dbirks/f6cb935e96d417d8c39055c26c23a926 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-03-29T17:10:55.267Z","extensionVersion":"v2.6.1"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.6.1"
},
{
"metadata": {
"id": "7f937559-a3c9-43e0-a62b-0008a5da127b",
"publisherId": "d142cf02-af52-4395-9363-148909445cb3",
"publisherDisplayName": "idleberg"
},
"name": "hopscotch",
"publisher": "idleberg",
"version": "0.1.4"
},
{
"metadata": {
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "PowerShell",
"publisher": "ms-vscode",
"version": "0.11.0"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "5d63889b-1b67-4b1f-8350-4f1dce041a26",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.6.11"
}
]
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 12,
"window.menuBarVisibility": "toggle",
"workbench.colorTheme": "Hopscotch",
"editor.fontFamily": "'Terminus (TTF) for Windows'",
"workbench.iconTheme": "vs-seti",
"sync.gist": "",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.version": 261,
"sync.showSummary": true,
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment