Skip to content

Instantly share code, notes, and snippets.

@riccardod
Created August 6, 2017 11:28
Show Gist options
  • Select an option

  • Save riccardod/56b67944a7692609b5442aaecf0e485a to your computer and use it in GitHub Desktop.

Select an option

Save riccardod/56b67944a7692609b5442aaecf0e485a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-08-06T11:27:44.602Z","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"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "7ea644b4-2d93-4979-aac5-a12afebeb762",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "0.5.2"
},
{
"metadata": {
"id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
"publisherId": "abad690f-9e62-4fc4-a898-a944ea7d94b7",
"publisherDisplayName": "flowtype"
},
"name": "flow-for-vscode",
"publisher": "flowtype",
"version": "0.7.1"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "d16f4e39-2ffb-44e3-9c0d-79d873570e3a",
"publisherDisplayName": "Esben Petersen"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "0.22.1"
},
{
"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": "e607d339-50b5-4b33-85ac-1d79edc0c7b3",
"publisherId": "7593a93b-2a67-4a85-90ec-87dc694b3353",
"publisherDisplayName": "gcazaciuc"
},
"name": "vscode-flow-ide",
"publisher": "gcazaciuc",
"version": "1.2.0"
}
]
{
"editor.formatOnSave": true,
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"prettier.eslintIntegration": true,
"editor.snippetSuggestions": "top",
"sync.gist": "",
"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