Last active
September 22, 2017 10:59
-
-
Save v-skochko/5c27d22cf6d64afc2c337203ae47e01d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2017-09-22T11:00:03.012Z","extensionVersion":"v2.8.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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.3" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "5db78037-f674-459f-a236-db622c427c5b", | |
| "publisherId": "f9e5bc2f-fea1-4075-917f-d83e01e69f56", | |
| "publisherDisplayName": "Philipp Kief" | |
| }, | |
| "name": "material-icon-theme", | |
| "publisher": "PKief", | |
| "version": "2.2.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8", | |
| "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68", | |
| "publisherDisplayName": "Christian Kohler" | |
| }, | |
| "name": "npm-intellisense", | |
| "publisher": "christian-kohler", | |
| "version": "1.3.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", | |
| "publisherId": "d16f4e39-2ffb-44e3-9c0d-79d873570e3a", | |
| "publisherDisplayName": "Esben Petersen" | |
| }, | |
| "name": "prettier-vscode", | |
| "publisher": "esbenp", | |
| "version": "0.23.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "dffaf5a1-2219-434b-9d87-cb586fd59260", | |
| "publisherId": "e41388a1-a892-4c1e-940b-1e7c1bf43c97", | |
| "publisherDisplayName": "Mattia Astorino" | |
| }, | |
| "name": "vsc-material-theme", | |
| "publisher": "Equinusocio", | |
| "version": "1.0.2" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
| "publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99", | |
| "publisherDisplayName": "Dirk Baeumer" | |
| }, | |
| "name": "vscode-eslint", | |
| "publisher": "dbaeumer", | |
| "version": "1.3.2" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a", | |
| "publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3", | |
| "publisherDisplayName": "Roberto Huertas" | |
| }, | |
| "name": "vscode-icons", | |
| "publisher": "robertohuertasm", | |
| "version": "7.13.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757", | |
| "publisherId": "0b5821dc-b7ab-4fa0-bcee-c2add1d8f9db", | |
| "publisherDisplayName": "egamma" | |
| }, | |
| "name": "vscode-npm-script", | |
| "publisher": "eg2", | |
| "version": "0.2.1" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Defines VSCode's display language. | |
| // See https://go.microsoft.com/fwlink/?LinkId=761051 for a list of supported languages. | |
| // Changing the value requires restarting VSCode. | |
| "locale":"en" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "window.menuBarVisibility": "default", | |
| "workbench.activityBar.visible": false, | |
| // Pre VS Code 1.15 | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx" | |
| }, | |
| // As of VS Code 1.15 | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact" | |
| }, | |
| // "editor.minimap.enabled": false, | |
| "editor.formatOnSave": true, | |
| "editor.fontSize": 14, | |
| "editor.fontFamily": "Meslo LG M, Consolas, 'Courier New', monospace", | |
| "editor.lineHeight": 23, | |
| "javascript.format.enable": true, | |
| "prettier.singleQuote": true, | |
| "prettier.eslintIntegration": true, | |
| "workbench.statusBar.visible": false, | |
| "workbench.iconTheme": "vscode-icons", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "sync.gist": "5c27d22cf6d64afc2c337203ae47e01d", | |
| "sync.lastUpload": "2017-09-20T11:25:30.498Z", | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.lastDownload": "", | |
| "sync.forceDownload": false, | |
| "sync.anonymousGist": false, | |
| "sync.host": "", | |
| "sync.pathPrefix": "", | |
| "sync.quietSync": false, | |
| "sync.askGistName": false | |
| // "prettier.tabWidth": 2 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"version":"7.13.0","status":0,"welcomeShown":true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment