Created
January 25, 2017 21:23
-
-
Save OAlm/548947e1dca085a6d3bf6a379fdc4373 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-01-25T21:23:09.482Z"} |
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": "8843d2f9-0d85-406e-8d09-bccb0393810a", | |
"publisherId": "eeeb89e5-fe73-4107-b742-b6c90f66cd16", | |
"publisherDisplayName": "t-sauer" | |
}, | |
"name": "autolinting-for-javascript", | |
"publisher": "t-sauer", | |
"version": "1.3.0" | |
}, | |
{ | |
"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": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3", | |
"publisherId": "38bbe3f0-5204-4170-845e-c2f966d979b8", | |
"publisherDisplayName": "Jun Han" | |
}, | |
"name": "code-runner", | |
"publisher": "formulahendry", | |
"version": "0.6.6" | |
}, | |
{ | |
"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.2" | |
}, | |
{ | |
"metadata": { | |
"id": "c29ddb15-0cc2-4c92-a56e-a1bdf16a7294", | |
"publisherId": "f90708ee-2cca-4d7d-be46-1f1ba5614252", | |
"publisherDisplayName": "ledragon" | |
}, | |
"name": "d3-helpers-snippets", | |
"publisher": "ledragon", | |
"version": "0.4.1" | |
}, | |
{ | |
"metadata": { | |
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28", | |
"publisherId": "7fe357ee-5480-4a7d-a4e9-009d9438c2a3", | |
"publisherDisplayName": "Mohamed Abusaid" | |
}, | |
"name": "html-snippets", | |
"publisher": "abusaidm", | |
"version": "0.0.18" | |
}, | |
{ | |
"metadata": { | |
"id": "0ec558c9-f7f7-4df3-b2cf-a41ddcf292dd", | |
"publisherId": "7377d5ef-f99a-4e55-9fca-af22665cf4bd", | |
"publisherDisplayName": "Mike Kaufman" | |
}, | |
"name": "HTMLHint", | |
"publisher": "mkaufman", | |
"version": "0.3.3" | |
}, | |
{ | |
"metadata": { | |
"id": "74f34f8a-245e-4133-8617-a3a94b5a417e", | |
"publisherId": "1ed030c7-648c-4d40-b4be-4703a10ed9d4", | |
"publisherDisplayName": "Chris Stead" | |
}, | |
"name": "jsrefactor", | |
"publisher": "cmstead", | |
"version": "0.5.3" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99", | |
"publisherDisplayName": "Dirk Baeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "b7495032-d1d3-4be2-a2a1-695559fcd3d6", | |
"publisherId": "261c2fe7-dbea-4dbf-bff3-6da4a886e8d2", | |
"publisherDisplayName": "David Bankier" | |
}, | |
"name": "vscode-instant-markdown", | |
"publisher": "dbankier", | |
"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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ "key": "f6", "command": "code-runner.run" } | |
] |
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"files.autoSave": "afterDelay", | |
"code-runner.clearPreviousOutput": true, | |
"code-runner.runInTerminal": true, | |
"window.zoomLevel": 1, | |
"sync.gist": "", | |
"sync.lastUpload": "1970-01-01T00:00:00.000Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "1970-01-01T00:00:00.000Z", | |
"sync.version": 242, | |
"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