Last active
October 4, 2018 16:15
-
-
Save 0xadada/3f69149680fbf60405c7e317be1627e7 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains 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":"2018-10-04T16:15:21.511Z","extensionVersion":"v3.1.2"} |
This file contains 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": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.1.2" | |
}, | |
{ | |
"metadata": { | |
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "EditorConfig.EditorConfig", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.12.4" | |
}, | |
{ | |
"metadata": { | |
"id": "f8c18a4e-eca8-494f-a916-fe180376f17e", | |
"publisherId": "josa.ember-related-files", | |
"publisherDisplayName": "josa" | |
}, | |
"name": "ember-related-files", | |
"publisher": "josa", | |
"version": "1.3.1" | |
}, | |
{ | |
"metadata": { | |
"id": "975a45e8-c9c6-46e8-92e6-627464ff5a75", | |
"publisherId": "phanitejakomaravolu.EmberES6Snippets", | |
"publisherDisplayName": "phanitejakomaravolu" | |
}, | |
"name": "EmberES6Snippets", | |
"publisher": "phanitejakomaravolu", | |
"version": "2.3.3" | |
}, | |
{ | |
"metadata": { | |
"id": "d4924673-90f1-4294-bdee-5434e526a05f", | |
"publisherId": "emberjs.emberjs", | |
"publisherDisplayName": "emberjs" | |
}, | |
"name": "emberjs", | |
"publisher": "emberjs", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "8.5.6" | |
}, | |
{ | |
"metadata": { | |
"id": "961c6678-1125-43a1-8482-df5a0766d313", | |
"publisherId": "tomphilbin.gruvbox-themes", | |
"publisherDisplayName": "tomphilbin" | |
}, | |
"name": "gruvbox-themes", | |
"publisher": "tomphilbin", | |
"version": "1.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b", | |
"publisherId": "oderwat.indent-rainbow", | |
"publisherDisplayName": "oderwat" | |
}, | |
"name": "indent-rainbow", | |
"publisher": "oderwat", | |
"version": "7.2.4" | |
}, | |
{ | |
"metadata": { | |
"id": "88899cf7-33cb-467e-8f51-3a2d7e4ab3c2", | |
"publisherId": "felixrieseberg.vsc-ember-cli", | |
"publisherDisplayName": "felixrieseberg" | |
}, | |
"name": "vsc-ember-cli", | |
"publisher": "felixrieseberg", | |
"version": "0.3.3" | |
}, | |
{ | |
"metadata": { | |
"id": "ccf9294f-f78f-429a-8856-387624db2432", | |
"publisherId": "hnw.vscode-auto-open-markdown-preview", | |
"publisherDisplayName": "hnw" | |
}, | |
"name": "vscode-auto-open-markdown-preview", | |
"publisher": "hnw", | |
"version": "0.0.4" | |
}, | |
{ | |
"metadata": { | |
"id": "a6d27ca9-1c67-4132-a7c1-fff75f47c459", | |
"publisherId": "emberjs.vscode-ember", | |
"publisherDisplayName": "emberjs" | |
}, | |
"name": "vscode-ember", | |
"publisher": "emberjs", | |
"version": "0.2.0" | |
} | |
] |
This file contains 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 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 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
{ | |
"workbench.colorTheme": "Gruvbox Dark (Medium)", | |
"editor.fontSize": 12, | |
"sync.gist": "3f69149680fbf60405c7e317be1627e7", | |
"sync.quietSync": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment