Skip to content

Instantly share code, notes, and snippets.

@ericktatsui
Last active December 18, 2017 16:57
Show Gist options
  • Save ericktatsui/926cc45d054726ce39e91d4f9dcd6223 to your computer and use it in GitHub Desktop.
Save ericktatsui/926cc45d054726ce39e91d4f9dcd6223 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-12-18T16:57:27.031Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
}
]
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "off",
"typescript.referencesCodeLens.enabled": true,
"workbench.iconTheme": "vscode-icons",
"editor.multiCursorModifier": "alt",
"sync.gist": "926cc45d054726ce39e91d4f9dcd6223",
"sync.lastUpload": "2017-08-21T14:44:53.439Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
{
/*
// Place your snippets for TypeScript 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"
}
*/
}
{"version":"7.12.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment