Skip to content

Instantly share code, notes, and snippets.

@caedes
Created January 30, 2018 07:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 43 You must be signed in to fork a gist
  • Save caedes/9fdd76c4ef18fac2219fca97d348ecb2 to your computer and use it in GitHub Desktop.
Save caedes/9fdd76c4ef18fac2219fca97d348ecb2 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-01-30T07:57:00.805Z","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"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.12.0"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.1.2"
},
{
"metadata": {
"id": "fb374ce1-5343-46c8-a425-900fdad15523",
"publisherId": "wesbos.theme-cobalt2",
"publisherDisplayName": "wesbos"
},
"name": "theme-cobalt2",
"publisher": "wesbos",
"version": "2.1.5"
},
{
"metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "eg2.tslint",
"publisherDisplayName": "eg2"
},
"name": "tslint",
"publisher": "eg2",
"version": "1.0.24"
},
{
"metadata": {
"id": "726dd888-7465-4e27-a016-4288df7be24a",
"publisherId": "KnisterPeter.vscode-commitizen",
"publisherDisplayName": "KnisterPeter"
},
"name": "vscode-commitizen",
"publisher": "KnisterPeter",
"version": "0.5.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.4"
}
]
{
// Définit le langage affiché par VSCode.
// Consultez https://go.microsoft.com/fwlink/?LinkId=761051 pour connaître la liste des langues prises en charge.
// Le changement de la valeur nécessite le redémarrage de VS Code.
"locale": "en"
}
{
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.scrollBeyondLastLine": false,
"editor.smoothScrolling": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "onFocusChange",
"git.confirmSync": false,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"sync.anonymousGist": false,
"workbench.colorTheme": "Cobalt2",
"workbench.editor.labelFormat": "short",
"workbench.startupEditor": "newUntitledFile",
"sync.gist": "",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": 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