Skip to content

Instantly share code, notes, and snippets.

@alebaffa
Last active July 3, 2017 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alebaffa/1d5ee71c8085c341b03dec46d39cab24 to your computer and use it in GitHub Desktop.
Save alebaffa/1d5ee71c8085c341b03dec46d39cab24 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-07-03T00:16:19.577Z","extensionVersion":"v2.8.2"}
[
{
"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.2"
}
]
[
{
"key": "ctrl+shift+c",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal"
}
]
// Place your settings in this file to overwrite the default settings
{
"sync.gist": "1d5ee71c8085c341b03dec46d39cab24",
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment