Skip to content

Instantly share code, notes, and snippets.

@tornqvist
Created May 23, 2017 18:09
Show Gist options
  • Save tornqvist/fbe8a0d19f920f3ea8ca8911ec5d438e to your computer and use it in GitHub Desktop.
Save tornqvist/fbe8a0d19f920f3ea8ca8911ec5d438e to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-05-23T18:09:42.685Z","extensionVersion":"v2.8.0"}
[
{
"metadata": {
"id": "e1efb0c8-2c62-4d86-bb6a-c88f198ddfcc",
"publisherId": "7f0e50f4-6aec-43e8-be03-b72ee2507484",
"publisherDisplayName": "Dustin Sanders"
},
"name": "an-old-hope-theme-vscode",
"publisher": "dustinsanders",
"version": "2.0.0"
},
{
"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.0"
},
{
"metadata": {
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.9.0"
},
{
"metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "d4fc689c-c760-4902-af94-114f64e1100f",
"publisherDisplayName": "Joel Day"
},
"name": "docthis",
"publisher": "joelday",
"version": "0.4.4"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "1ed869e4-8588-4af4-a51e-9c1c86b034b9",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.9.3"
},
{
"metadata": {
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
"publisherId": "20bf23ac-66a2-4404-9047-4b8215047b8b",
"publisherDisplayName": "Zignd"
},
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.2.0"
},
{
"metadata": {
"id": "2ed9922a-8ca5-4159-b6d8-dbcb1c89dcbd",
"publisherId": "d142cf02-af52-4395-9363-148909445cb3",
"publisherDisplayName": "idleberg"
},
"name": "subway",
"publisher": "idleberg",
"version": "1.0.4"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.2.11"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "0b5821dc-b7ab-4fa0-bcee-c2add1d8f9db",
"publisherDisplayName": "egamma"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.1.9"
},
{
"metadata": {
"id": "460a5a36-9212-4926-82dd-4df22f9319b6",
"publisherId": "a2986fc5-c0e4-411b-96d4-1994d641bf47",
"publisherDisplayName": "plievone"
},
"name": "vscode-template-literal-editor",
"publisher": "plievone",
"version": "0.8.4"
}
]
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 15,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"html.suggest.angular1": false,
"html.suggest.ionic": false,
"workbench.colorTheme": "Subway: Copenhagen",
"git.autofetch": false,
"sync.gist": "",
"sync.lastUpload": "2017-05-23T18:08:04.339Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment