Last active
February 7, 2017 12:00
-
-
Save lukaszklis/e24a4313873ea8245aff9889cecd341d 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-07T12:00:15.506Z","extensionVersion":"v2.4.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": "43e5c0b2-1e0c-4394-8991-dc44da54c56b", | |
"publisherId": "c1a486df-076f-49ae-b795-abcc614f5584", | |
"publisherDisplayName": "auiWorks" | |
}, | |
"name": "amvim", | |
"publisher": "auiworks", | |
"version": "1.20.2" | |
}, | |
{ | |
"metadata": { | |
"id": "32339d9d-6481-4dd4-a7a3-4a6009c12cf4", | |
"publisherId": "3ed95cda-db4a-4ae7-bac1-909b9bacf088", | |
"publisherDisplayName": "JerryHong" | |
}, | |
"name": "autofilename", | |
"publisher": "JerryHong", | |
"version": "0.1.3" | |
}, | |
{ | |
"metadata": { | |
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a", | |
"publisherId": "901b401e-7657-4a33-8c9a-0854c569607e", | |
"publisherDisplayName": "HookyQR" | |
}, | |
"name": "beautify", | |
"publisher": "HookyQR", | |
"version": "0.7.3" | |
}, | |
{ | |
"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.3" | |
}, | |
{ | |
"metadata": { | |
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "1ed869e4-8588-4af4-a51e-9c1c86b034b9", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.3.4" | |
}, | |
{ | |
"metadata": { | |
"id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1", | |
"publisherId": "fbb3d024-f8f2-460c-bdb5-99552f6d8c4b", | |
"publisherDisplayName": "Dracula Theme" | |
}, | |
"name": "theme-dracula", | |
"publisher": "dracula-theme", | |
"version": "1.2.5" | |
} | |
] |
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
{ | |
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 12, | |
"editor.rulers": [120], | |
"editor.renderWhitespace": "all", | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"search.exclude": { | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"**/tmp": true | |
}, | |
"files.autoSave": "onWindowChange", | |
"sync.gist": "e24a4313873ea8245aff9889cecd341d", | |
"sync.lastUpload": "2017-01-17T15:09:18.011Z", | |
"sync.autoDownload": true, | |
"sync.autoUpload": true, | |
"sync.lastDownload": "1970-01-01T00:00:00.000Z", | |
"sync.version": 243, | |
"sync.showSummary": true, | |
"sync.forceDownload": false, | |
"sync.workspaceSync": false, | |
"sync.anonymousGist": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment