Created
February 21, 2017 07:20
-
-
Save n7then/5620c388086abe3cc7fbf421d32d45d9 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings 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-02-21T07:20:54.696Z","extensionVersion":"v2.4.4"} |
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": "697255a9-3f36-44c8-b084-d3b91edfb23a", | |
| "publisherId": "901b401e-7657-4a33-8c9a-0854c569607e", | |
| "publisherDisplayName": "HookyQR" | |
| }, | |
| "name": "beautify", | |
| "publisher": "HookyQR", | |
| "version": "0.8.4" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
| "publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe", | |
| "publisherDisplayName": "Shan Khan" | |
| }, | |
| "name": "code-settings-sync", | |
| "publisher": "Shan", | |
| "version": "2.4.4" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28", | |
| "publisherId": "7fe357ee-5480-4a7d-a4e9-009d9438c2a3", | |
| "publisherDisplayName": "Mohamed Abusaid" | |
| }, | |
| "name": "html-snippets", | |
| "publisher": "abusaidm", | |
| "version": "0.1.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "5db78037-f674-459f-a236-db622c427c5b", | |
| "publisherId": "f9e5bc2f-fea1-4075-917f-d83e01e69f56", | |
| "publisherDisplayName": "Philipp Kief" | |
| }, | |
| "name": "material-icon-theme", | |
| "publisher": "PKief", | |
| "version": "1.3.3" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48", | |
| "publisherId": "3a1bd914-dacc-4903-89d9-bd7ff757eb7f", | |
| "publisherDisplayName": "Mihai Vilcu" | |
| }, | |
| "name": "path-autocomplete", | |
| "publisher": "ionutvmi", | |
| "version": "1.4.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "e5cd8e96-c6ae-482e-99ef-ab490fdb6951", | |
| "publisherId": "fbdf55f2-5449-47b4-b427-8200fc7ba4b8", | |
| "publisherDisplayName": "bernardodsanderson" | |
| }, | |
| "name": "theme-material-neutral", | |
| "publisher": "bernardodsanderson", | |
| "version": "0.9.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "450d63ed-8ac6-4694-b26e-77cb20bcb25e", | |
| "publisherId": "fc5e9493-6ca3-452b-9e0a-8a9be2be7798", | |
| "publisherDisplayName": "qinjia" | |
| }, | |
| "name": "view-in-browser", | |
| "publisher": "qinjia", | |
| "version": "0.0.5" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "aaee577c-f062-495a-9816-0cbd442f1d25", | |
| "publisherId": "7aa35068-d7c4-4220-b9c1-10360795fd5f", | |
| "publisherDisplayName": "ecmel" | |
| }, | |
| "name": "vscode-html-css", | |
| "publisher": "ecmel", | |
| "version": "0.0.33" | |
| } | |
| ] |
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
| // 将设置放入此文件中以覆盖默认设置 | |
| { | |
| "extensions.autoUpdate": true, | |
| "sync.gist": "", | |
| "sync.lastUpload": "", | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.lastDownload": "1970-01-01T00:00:00.000Z", | |
| "sync.version": 244, | |
| "sync.showSummary": true, | |
| "sync.forceDownload": false, | |
| "sync.workspaceSync": false, | |
| "sync.anonymousGist": false, | |
| "editor.fontFamily": "Consolas, '微软雅黑 Light', monospace", | |
| "editor.lineHeight": 25, | |
| "markdown.preview.fontFamily": "'Segoe WPC','微软雅黑 Light', 微软雅黑 , 'Segoe UI', 'SFUIText-Light', 'HelveticaNeue-Light'", | |
| "editor.fontSize": 18 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment