Skip to content

Instantly share code, notes, and snippets.

@JoeTheDave
Created October 8, 2017 05:17
Show Gist options
  • Save JoeTheDave/70223ab870e3769f40ff93e8ccd92216 to your computer and use it in GitHub Desktop.
Save JoeTheDave/70223ab870e3769f40ff93e8ccd92216 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-10-08T05:17:03.032Z","extensionVersion":"v2.8.2"}
[
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "38bbe3f0-5204-4170-845e-c2f966d979b8",
"publisherDisplayName": "Jun Han"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.4.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.8.2"
},
{
"metadata": {
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "e9a76d04-24d4-44eb-a202-964f71acf59e",
"publisherDisplayName": "Sergii Naumov"
},
"name": "color-highlight",
"publisher": "naumovs",
"version": "2.3.0"
},
{
"metadata": {
"id": "0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9",
"publisherId": "f164f116-e2aa-496b-84dc-2451248e8beb",
"publisherDisplayName": "Matt Bierner"
},
"name": "color-info",
"publisher": "bierner",
"version": "0.5.0"
},
{
"metadata": {
"id": "06457f7c-6032-4500-880d-1575c1b1cd01",
"publisherId": "d3c3be17-ae8f-43bc-9b50-a3918b65411f",
"publisherDisplayName": "RockingSkier"
},
"name": "copy-copy-paste",
"publisher": "rockingskier",
"version": "0.0.5"
},
{
"metadata": {
"id": "ffc5b1ef-b383-414d-a362-0886a529251f",
"publisherId": "d6da5b38-8dbe-4899-b658-720f76b3c4e2",
"publisherDisplayName": "James Maguire"
},
"name": "easy-icons",
"publisher": "jamesmaj",
"version": "0.3.1"
},
{
"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.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.7.0"
},
{
"metadata": {
"id": "0b2bcf1a-3630-47ec-9718-e153b0695f17",
"publisherId": "738ff3bb-8e77-45d5-bd26-7c9ad62959b9",
"publisherDisplayName": "Daniel Imms"
},
"name": "terminal-tabs",
"publisher": "Tyriar",
"version": "0.1.1"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.2.11"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
"publisherDisplayName": "Roberto Huertas"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.14.0"
},
{
"metadata": {
"id": "e0ee11e7-aa20-4e86-a3b9-2cd7d14fed93",
"publisherId": "8c148d69-cbc6-480b-bd8b-a42715926324",
"publisherDisplayName": "be5invis"
},
"name": "vscode-icontheme-nomo-dark",
"publisher": "be5invis",
"version": "1.3.2"
},
{
"metadata": {
"id": "01f74564-710c-431f-a7df-5c335c3f5384",
"publisherId": "bbce287d-722d-4bb1-a50a-94bd4d0ba5cd",
"publisherDisplayName": "visioncan"
},
"name": "vscode-jss-snippets",
"publisher": "visioncan",
"version": "0.2.2"
},
{
"metadata": {
"id": "23d65a8c-fcd4-4897-86da-7fe55088e2c6",
"publisherId": "08f24380-f487-49dd-ba4a-ea7bc7bda282",
"publisherDisplayName": "LaurentTreguier"
},
"name": "vscode-simple-icons",
"publisher": "LaurentTreguier",
"version": "1.6.1"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "cmd+shift+b", "command": "workbench.action.toggleSidebarVisibility" },
{ "key": "cmd+b", "command": "workbench.files.action.showActiveFileInExplorer" },
]
// Place your settings in this file to overwrite the default settings
{
"explorer.autoReveal": false,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"static": true,
"portal": true
},
"editor.rulers": [120],
"editor.fontSize": 10,
"editor.tabSize": 2,
"workbench.colorTheme": "Monokai Dimmed",
"workbench.iconTheme": "material-icon-theme",
// https://code.visualstudio.com/docs/getstarted/theme-color-reference
"workbench.colorCustomizations": {
"tab.activeBackground": "#006644"
},
"sync.gist": "",
"sync.lastUpload": "2017-10-08T05:00:43.001Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
{"version":"7.14.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment