cbstodd
12/21/2016 - 4:32 PM

Visual Studio Code Sync Settings GIST

Visual Studio Code Sync Settings GIST

{"version":"7.1.2","status":1,"welcomeShown":true}
{
	/*
		 // Place your snippets for TypeScript here. Each snippet is defined under a snippet name and has a prefix, body and 
		 // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
		 // $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected.
		 // Example:
		 
	*/

	"Print to console": {
		"prefix": "cl",
		"body": [
			"console.log('$1');",
			"$2"
		],
		"description": "Log output to console"
	},
	"Constructor function": {
		"prefix": "cstr",
		"body": [
			"constructor(props$1) {",
			"	super(props$1);",
			"}"
		]
	},
	"Interpolation": {
		"prefix": "int",
		"body": [
			"${}"
		]
	}	
}
{
/*
	 // Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and 
	 // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
	 // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the 
	 // same ids are connected.
	 // Example:
	 */
	 "console.log();": {
		"prefix": "cl",
		"body": [
			"console.log('$1');",
			"$2"
		],
		"description": "Log output to console"
	},
	"Interpolation": {
		"prefix": "int",
		"body": [
			"$\\{$1\\}"
		]
	}

}
{
	/*
		 // Place your snippets for HTML here. Each snippet is defined under a snippet name and has a prefix, body and 
		 // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
		 // $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected.
		 // Example:
		 "Print to console": {
			"prefix": "log",
			"body": [
				"console.log('$1');",
				"$2"
			],
			"description": "Log output to console"
		}
	*/
	"Block comment": {
		"prefix": "block",
		"body": [
			"<!-- *************************",
			"\t$1",
			"****************************-->"
		],
		"description": "HTML block comment"
	},
	"Comment": {
		"prefix": "break",
		"body": [
			"<!-- ~ $1 ~ -->"
		],
		"description": "HTML comment"
	},
	"HTML/Boostrap/FA template": {
		"prefix": "html",
		"body": [
			"<!DOCTYPE html>",
			"<html lang=\"en\">",
			"<head>",
			"<meta charset=\"utf-8\">",
			"<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">",
			"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
			"<title>$1</title>",
			"<!-- Bootstrap & FontAwesome -->",
			"<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css\">",
			"<script src=\"https://use.fontawesome.com/f403a1a535.js\"></script>",
			"<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->",
			"<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->",
			"<!--[if lt IE 9]>",
			" <script src=\"https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js\"></script>",
			"  <script src=\"https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js\"></script>",
			" <![endif]-->",
			"</head>",
			"<body>",
			"$2",
			"<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->",
			"<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"></script>",
			" <!-- Include all compiled plugins (below), or include individual files as needed -->",
			"  <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js\"></script>",
			" </body>",
			"</html>"
		],
		"description": "HTML template with Bootstrap & FontAwesome"
	},
	"console.log();": {
		"prefix": "con",
		"body": [
			"console.log($1);"
		],
		"description": "console.log();"
	}


}
{
/*
	 // Place your snippets for CSS here. Each snippet is defined under a snippet name and has a prefix, body and 
	 // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
	 // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the 
	 // same ids are connected.
	 // Example:
	 */
	 "Multi-line comment": {
		"prefix": "block",
		"body": [
			"/* -------------------------------------",
			"$1",
			"-------------------------------------- */"
		],
		"description": "Multiline comment"
	},
	 "Single line comment": {
		"prefix": "break",
		"body": [
			"/*~  $1 ~*/"
		],
		"description": "Multiline comment"
	}

}
// Place your settings in this file to overwrite the default settings
{
  "editor.fontSize": 13,
  "editor.lineHeight": 22,
  "eslint.enable": true,
  "eslint.options": {
    "rules": {
      "eqeqeq": [2, "allow-null"]
    }
  },
  "editor.wrappingColumn": 0,
  "beautify.onSave": true, // beautify HTML, CSS, JavaScript, and JSON on save
  //or
  "beautify.onSave": ["js", "html", "css", "ts"], //only beautify JavaScript and JSON files on save

  "beautify.onSaveIgnore": [
    //don't beautify any file in any 'minified' directory, at any depth:
    "**/minified/**",
    //don't minify any file that contains '.min.', '_min.', '-min.' in the filename (This is the default ignore setting):
    "**/*+(.|_|-)min.*"


  ]


  ,
"window.zoomLevel": 0,
"sync.gist": "c4598537b82f14e8305f4d1ff4fd3b16",
"sync.lastUpload": "2017-02-02T15:44:31.489Z",
"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,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true
}
// Place your key bindings in this file to overwrite the defaults
[{
        "key": "cmd+shift+space",
        "command": "cursorDown",
        "when": "editorTextFocus"
    }, {
        "key": "cmd+shift+i",
        "command": "cursorUp",
        "when": "editorTextFocus"
    }, {
        "key": "cmd+shift+k",
        "command": "cursorLeft",
        "when": "editorTextFocus"
    }, {
        "key": "shift+space",
        "command": "cursorRight",
        "when": "editorTextFocus"

    }, {
        "key": "cmd+shift+[",
        "command": "workbench.action.previousEditor"
    }, {
        "key": "cmd+shift+]",
        "command": "workbench.action.nextEditor"
    }, {
        "key": "cmd+w",
        "command": "workbench.action.closeActiveEditor"
    }, {
        "key": "cmd+shift+s",
        "command": "redo",
        "when": "editorTextFocus"
    }, {
        "key": "ctrl+w",
        "command": "editor.emmet.action.wrapWithAbbreviation"
    }, {
        "key": "cmd+shift+b",
        "command": "editor.action.formatDocument"    
    }, {
        "key": "cmd+j",
        "command": "workbench.action.toggleActivityBarVisibility"
    }, {
        "key": "cmd+t",
        "command": "terminalTabs.createTerminal"
    
    }, {
        "key": "cmd+shift+t",
        "command": "terminalTabs.createNamedTerminal"
    
    }, {
        "key": "ctrl+1",
        "command": "terminalTabs.showTerminal1"
    
    }, {
        "key": "cmd+1",
        "command": "workbench.action.toggleSidebarVisibility"
    },{
        "key": "ctrl+2",
        "command": "terminalTabs.showTerminal2"
    }

,{
    "key": "shift+cmd+t",
    "command": "workbench.action.terminal.toggleTerminal"
    
}]
[
  {
    "metadata": {
      "id": "e1efb0c8-2c62-4d86-bb6a-c88f198ddfcc",
      "publisherId": "7f0e50f4-6aec-43e8-be03-b72ee2507484",
      "publisherDisplayName": "Dustin Sanders"
    },
    "name": "an-old-hope-theme-vscode",
    "publisher": "dustinsanders",
    "version": "1.1.0"
  },
  {
    "metadata": {
      "id": "d34ed0fc-97a2-40d5-bd7d-f97b3658c92f",
      "publisherId": "4434843a-4ebf-4f44-84f5-4176380c492d",
      "publisherDisplayName": "johnpapa"
    },
    "name": "Angular1",
    "publisher": "johnpapa",
    "version": "0.1.16"
  },
  {
    "metadata": {
      "id": "4e2d44a1-45d8-4f74-9e96-158c4c51ccc4",
      "publisherId": "e2248ff8-ae7a-4029-b435-d1cac8cf64e1",
      "publisherDisplayName": "Balram"
    },
    "name": "Angular2",
    "publisher": "UVBrain",
    "version": "0.3.5"
  },
  {
    "metadata": {
      "id": "6481d61b-0209-401a-97d8-d5d0efc14efb",
      "publisherId": "fa84c02a-4e6b-4c1f-b596-33382711c618",
      "publisherDisplayName": "Dan Wahlin"
    },
    "name": "angular2-snippets",
    "publisher": "danwahlin",
    "version": "1.0.12"
  },
  {
    "metadata": {
      "id": "70378119-1d85-4935-9733-0298c7a369a2",
      "publisherId": "1a722173-f2b1-4848-8aa8-3c502753792f",
      "publisherDisplayName": "steoates"
    },
    "name": "autoimport",
    "publisher": "steoates",
    "version": "1.2.2"
  },
  {
    "metadata": {
      "id": "5178733e-4b02-4829-95c5-1ce970847c23",
      "publisherId": "8a0aaf7f-34ab-48b1-9384-c15c80413d57",
      "publisherDisplayName": "teabyii"
    },
    "name": "ayu",
    "publisher": "teabyii",
    "version": "0.2.1"
  },
  {
    "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": "fade5c3d-baa8-4693-9672-8618c34bc79e",
      "publisherId": "1c943eba-c73d-4022-972f-8043416b8fd1",
      "publisherDisplayName": "William Whitehead"
    },
    "name": "bootstrap-3-snippets",
    "publisher": "wcwhitehead",
    "version": "0.0.9"
  },
  {
    "metadata": {
      "id": "ec05e43e-8c10-4e35-9d9f-96dba42d1d4c",
      "publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
      "publisherDisplayName": "Don Jayamanne"
    },
    "name": "bower",
    "publisher": "donjayamanne",
    "version": "0.0.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.2"
  },
  {
    "metadata": {
      "id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
      "publisherId": "67600ca7-88fb-4104-9f7e-dd51c00facf2",
      "publisherDisplayName": "Street Side Software"
    },
    "name": "code-spell-checker",
    "publisher": "streetsidesoftware",
    "version": "0.15.1"
  },
  {
    "metadata": {
      "id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
      "publisherId": "e9a76d04-24d4-44eb-a202-964f71acf59e",
      "publisherDisplayName": "Sergii Naumov"
    },
    "name": "color-highlight",
    "publisher": "naumovs",
    "version": "1.3.0"
  },
  {
    "metadata": {
      "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
      "publisherId": "ecde0778-6fe5-4f72-93a7-196989f19e58",
      "publisherDisplayName": "Microsoft"
    },
    "name": "debugger-for-chrome",
    "publisher": "msjsdiag",
    "version": "2.4.2"
  },
  {
    "metadata": {
      "id": "290c5f3f-fc96-451e-ba22-0b17cb2dac8a",
      "publisherId": "dc1c277d-f2e7-4df5-b18d-54d2e03beceb",
      "publisherDisplayName": "Qassim Farid"
    },
    "name": "ejs-language-support",
    "publisher": "QassimFarid",
    "version": "0.0.1"
  },
  {
    "metadata": {
      "id": "5da0c8de-e8a6-4287-9ef1-632f0d6db9ad",
      "publisherId": "0095c06e-841d-4b81-931d-edf6baf2a20a",
      "publisherDisplayName": "Craig Maslowski"
    },
    "name": "erb",
    "publisher": "CraigMaslowski",
    "version": "0.0.1"
  },
  {
    "metadata": {
      "id": "65c48706-0307-4a62-b6f5-e52e69f9a7ec",
      "publisherId": "edf8e3bf-6628-4351-8730-aef2f07d4805",
      "publisherDisplayName": "Łukasz Wroński"
    },
    "name": "ftp-sync",
    "publisher": "lukasz-wronski",
    "version": "0.3.2"
  },
  {
    "metadata": {
      "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
      "publisherId": "20bf23ac-66a2-4404-9047-4b8215047b8b",
      "publisherDisplayName": "Zignd"
    },
    "name": "html-css-class-completion",
    "publisher": "Zignd",
    "version": "1.0.3"
  },
  {
    "metadata": {
      "id": "f45dc69c-8d62-4ea1-b01f-3ab90854acb6",
      "publisherId": "c9dc0ce4-2cc9-440f-a476-fad4af6f223d",
      "publisherDisplayName": "sidthesloth"
    },
    "name": "html5-boilerplate",
    "publisher": "sidthesloth",
    "version": "1.0.1"
  },
  {
    "metadata": {
      "id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
      "publisherId": "8961c3fe-3ec6-429d-886a-50b5af362a88",
      "publisherDisplayName": "charalampos karypidis"
    },
    "name": "JavaScriptSnippets",
    "publisher": "xabikos",
    "version": "1.2.0"
  },
  {
    "metadata": {
      "id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
      "publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
      "publisherDisplayName": "Don Jayamanne"
    },
    "name": "jquerysnippets",
    "publisher": "donjayamanne",
    "version": "0.0.1"
  },
  {
    "metadata": {
      "id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
      "publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
      "publisherDisplayName": "Dirk Baeumer"
    },
    "name": "jshint",
    "publisher": "dbaeumer",
    "version": "0.10.15"
  },
  {
    "metadata": {
      "id": "95cfd882-4895-45ec-8ef7-ad65513d6360",
      "publisherId": "85802318-ef9b-44e7-8885-dcc9b4927d8f",
      "publisherDisplayName": "nwallace"
    },
    "name": "language-vscode-javascript-angular2",
    "publisher": "nwallace",
    "version": "0.0.11"
  },
  {
    "metadata": {
      "id": "5db78037-f674-459f-a236-db622c427c5b",
      "publisherId": "f9e5bc2f-fea1-4075-917f-d83e01e69f56",
      "publisherDisplayName": "Philipp Kief"
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "1.2.0"
  },
  {
    "metadata": {
      "id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
      "publisherId": "8ae75bda-ec22-4a17-9340-abf1a20beca9",
      "publisherDisplayName": "zhuangtongfa"
    },
    "name": "Material-theme",
    "publisher": "zhuangtongfa",
    "version": "1.0.3"
  },
  {
    "metadata": {
      "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
      "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
      "publisherDisplayName": "Christian Kohler"
    },
    "name": "npm-intellisense",
    "publisher": "christian-kohler",
    "version": "1.2.1"
  },
  {
    "metadata": {
      "id": "fef63133-dae3-40fb-b81d-6da7617b4b1e",
      "publisherId": "48ab6153-4317-4c20-8150-3c6f6065e415",
      "publisherDisplayName": "TechER"
    },
    "name": "open-in-browser",
    "publisher": "techer",
    "version": "0.0.3"
  },
  {
    "metadata": {
      "id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
      "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
      "publisherDisplayName": "Christian Kohler"
    },
    "name": "path-intellisense",
    "publisher": "christian-kohler",
    "version": "1.2.0"
  },
  {
    "metadata": {
      "id": "63e19c0d-3646-4915-b9b4-e681463457c8",
      "publisherId": "f5c6a421-87b7-4928-a037-7c0b5d3b461c",
      "publisherDisplayName": "Dmitry Demenchuk"
    },
    "name": "railscasts",
    "publisher": "mrded",
    "version": "0.0.4"
  },
  {
    "metadata": {
      "id": "b91512f4-8383-41f9-b939-1fc6f294d2aa",
      "publisherId": "02bb8154-b691-47d8-a7e3-3804a906f3e9",
      "publisherDisplayName": "taichi"
    },
    "name": "react-beautify",
    "publisher": "taichi",
    "version": "0.3.0"
  },
  {
    "metadata": {
      "id": "ef35225b-a836-473d-b2c3-c3fd0386ae6f",
      "publisherId": "f83f54d1-4936-4bfb-ab33-4f064544fb37",
      "publisherDisplayName": "Timothy McLane"
    },
    "name": "react-redux-es6-snippets",
    "publisher": "timothymclane",
    "version": "2.0.2"
  },
  {
    "metadata": {
      "id": "c807e072-5951-4a01-9542-450f946c7ec1",
      "publisherId": "8961c3fe-3ec6-429d-886a-50b5af362a88",
      "publisherDisplayName": "charalampos karypidis"
    },
    "name": "ReactSnippets",
    "publisher": "xabikos",
    "version": "1.2.0"
  },
  {
    "metadata": {
      "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
      "publisherId": "d30b9513-547b-4112-9c9c-0fcffa960258",
      "publisherDisplayName": "Peng Lv"
    },
    "name": "Ruby",
    "publisher": "rebornix",
    "version": "0.10.4"
  },
  {
    "metadata": {
      "galleryApiUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
      "id": "2c3c71a4-d853-45a3-97c7-3f8878948211",
      "publisherId": "9ce6dd66-61b2-41ff-8680-39cba0813c3d",
      "publisherDisplayName": "Cody Hoover"
    },
    "name": "ruby-linter",
    "publisher": "hoovercj",
    "version": "1.0.0"
  },
  {
    "metadata": {
      "galleryApiUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
      "id": "c5ce4424-d7c2-4422-a130-296812d9aa21",
      "publisherId": "73800096-beb7-414d-9283-e8f2d4b9c031",
      "publisherDisplayName": "Atef Haque"
    },
    "name": "ruby-on-rails-snippets",
    "publisher": "atefth",
    "version": "0.0.1"
  },
  {
    "metadata": {
      "id": "867c2662-4ce0-4736-a22c-69975925a0c6",
      "publisherId": "aa8d5233-cbe4-4760-ad02-66be47d3ab59",
      "publisherDisplayName": "misogi"
    },
    "name": "ruby-rubocop",
    "publisher": "misogi",
    "version": "0.3.2"
  },
  {
    "metadata": {
      "galleryApiUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
      "id": "9adcc2fb-8047-4348-b575-47c6bdfe4e2f",
      "publisherId": "2f4cb94e-91a4-49fd-9cbc-c032ef2f1296",
      "publisherDisplayName": "robert"
    },
    "name": "ruby-snippet",
    "publisher": "robert",
    "version": "0.1.0"
  },
  {
    "metadata": {
      "id": "e52bce95-a629-455f-8626-e7301b9e372a",
      "publisherId": "d130428c-b098-4251-9451-371e680d33b2",
      "publisherDisplayName": "Robin Bentley"
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    "version": "1.3.0"
  },
  {
    "metadata": {
      "id": "85e57fc6-8e21-4402-8e66-af4155fbb5d2",
      "publisherId": "fc5e9493-6ca3-452b-9e0a-8a9be2be7798",
      "publisherDisplayName": "qinjia"
    },
    "name": "seti-icons",
    "publisher": "qinjia",
    "version": "0.1.3"
  },
  {
    "metadata": {
      "id": "bcf8d2e0-44aa-4c41-bba0-265032fcd6f6",
      "publisherId": "3a1bd914-dacc-4903-89d9-bd7ff757eb7f",
      "publisherDisplayName": "Mihai Vilcu"
    },
    "name": "spacegray-vscode",
    "publisher": "ionutvmi",
    "version": "1.1.4"
  },
  {
    "metadata": {
      "id": "f8b5562e-a2d9-49ab-9f91-e7da91998a92",
      "publisherId": "253db61f-997d-4722-8120-7559a25856e6",
      "publisherDisplayName": "Shinnosuke Watanabe"
    },
    "name": "stylelint",
    "publisher": "shinnn",
    "version": "0.21.2"
  },
  {
    "metadata": {
      "id": "df3f3262-9436-4ca4-8c16-ebd5e3b40400",
      "publisherId": "d0da30bb-6c9f-4482-8b47-080dc94e6008",
      "publisherDisplayName": "Martin Kase"
    },
    "name": "swift",
    "publisher": "Kasik96",
    "version": "0.0.2"
  },
  {
    "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": "b80b0dab-7498-4498-990e-370ff4491a00",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-Afterglow",
    "publisher": "gerane",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "adfbb3d3-fb47-4d1c-ae9c-4fd01be5c175",
      "publisherId": "d9d84f25-344f-4bfd-bf0e-1dd69d406b55",
      "publisherDisplayName": "Marvin Hagemeister"
    },
    "name": "theme-afterglow-remastered",
    "publisher": "marvinhagemeister",
    "version": "0.2.0"
  },
  {
    "metadata": {
      "id": "b5eaebe8-c8c7-495a-80c5-3ba4a7a91c35",
      "publisherId": "51a8b293-5242-4daa-ab76-10bc6b89cf4c",
      "publisherDisplayName": "Andreas Scherer"
    },
    "name": "theme-atom-one-dark",
    "publisher": "andischerer",
    "version": "0.0.1"
  },
  {
    "metadata": {
      "id": "80f8708c-d467-4ed5-8582-203619bb0345",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-Aurora",
    "publisher": "gerane",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "3e40663a-301a-4025-9b50-1677b8a90b81",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-FlatlandDark",
    "publisher": "gerane",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "6bfab4b0-9e4f-4143-9cc2-2cb359d841d8",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-FlatlandMonokai",
    "publisher": "gerane",
    "version": "0.0.4"
  },
  {
    "metadata": {
      "id": "af015779-9902-4714-989d-4446b8698891",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-Hyrule",
    "publisher": "gerane",
    "version": "0.0.2"
  },
  {
    "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": "3397d2da-b0a8-4880-9e63-40d3109d5d14",
      "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
      "publisherDisplayName": "Microsoft"
    },
    "name": "Theme-MaterialKit",
    "publisher": "ms-vscode",
    "version": "0.1.1"
  },
  {
    "metadata": {
      "id": "e9c4be12-48b3-426c-9f70-213ca2c6ef88",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-Monokai-Soft-MD",
    "publisher": "gerane",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "e8aa5629-b53b-4d40-b96d-05e07217742a",
      "publisherId": "5301c829-08a8-4505-a5a0-c623ee1041cb",
      "publisherDisplayName": "Josh Peng"
    },
    "name": "theme-onedark-sublime",
    "publisher": "joshpeng",
    "version": "0.3.4"
  },
  {
    "metadata": {
      "id": "42c4ec97-bd06-4c06-9b32-75aca5ebabcb",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-peacocks-in-space",
    "publisher": "gerane",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "4b670e9d-4751-4692-95ba-04840a1321f3",
      "publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
      "publisherDisplayName": "gerane"
    },
    "name": "Theme-tonic",
    "publisher": "gerane",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
      "publisherId": "0b5821dc-b7ab-4fa0-bcee-c2add1d8f9db",
      "publisherDisplayName": "egamma"
    },
    "name": "tslint",
    "publisher": "eg2",
    "version": "0.8.1"
  },
  {
    "metadata": {
      "id": "715aa284-6075-4de1-bd19-61f1b214683a",
      "publisherId": "79e0463a-74b0-4d03-8e1f-628d02b65961",
      "publisherDisplayName": "Alexander Botteram"
    },
    "name": "typescript-react-snippets",
    "publisher": "abotteram",
    "version": "0.1.9"
  },
  {
    "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": "377abb79-4255-4bed-aaf4-673fb276eae3",
      "publisherId": "5fd629ca-3dde-4478-aa77-4c4c96e8dbb9",
      "publisherDisplayName": "ciena-blueplanet"
    },
    "name": "vsc-ember-frost",
    "publisher": "ciena-blueplanet",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "1d4278a8-3599-45f1-a4ad-dd9723ff3904",
      "publisherId": "e9df838a-28b5-430c-a793-e55343c297a0",
      "publisherDisplayName": "Alexander Ivanichev"
    },
    "name": "vscode-angular2-files",
    "publisher": "alexiv",
    "version": "1.3.8"
  },
  {
    "metadata": {
      "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
      "publisherId": "bc3f1075-3ced-4395-9b1b-3f0ecaee83be",
      "publisherDisplayName": "Microsoft"
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.0.11"
  },
  {
    "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": "829a192d-496c-44ac-87f3-0a84ce36a853",
      "publisherId": "c6e135ee-f6a2-45cb-b782-fd4de23acc84",
      "publisherDisplayName": "Emmanuel Béziat"
    },
    "name": "vscode-great-icons",
    "publisher": "emmanuelbeziat",
    "version": "1.1.40"
  },
  {
    "metadata": {
      "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
      "publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
      "publisherDisplayName": "Roberto Huertas"
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.1.2"
  },
  {
    "metadata": {
      "id": "510e1d4e-1f9e-4910-8dbd-627c6f8a9791",
      "publisherId": "1a680e61-b64e-4eff-bbbb-2085b0618f52",
      "publisherDisplayName": "Mahmoud Ali"
    },
    "name": "vscode-javascript-snippet-pack",
    "publisher": "akamud",
    "version": "0.1.5"
  },
  {
    "metadata": {
      "id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
      "publisherId": "0b5821dc-b7ab-4fa0-bcee-c2add1d8f9db",
      "publisherDisplayName": "egamma"
    },
    "name": "vscode-npm-script",
    "publisher": "eg2",
    "version": "0.1.8"
  },
  {
    "metadata": {
      "id": "b35cd5b4-18db-46f9-ba9e-06096c3b22d3",
      "publisherId": "852b63c9-509c-44fb-a302-f04544c660ad",
      "publisherDisplayName": "Visual Studio Mobile Tools"
    },
    "name": "vscode-react-native",
    "publisher": "vsmobile",
    "version": "0.2.5"
  },
  {
    "metadata": {
      "id": "23d65a8c-fcd4-4897-86da-7fe55088e2c6",
      "publisherId": "08f24380-f487-49dd-ba4a-ea7bc7bda282",
      "publisherDisplayName": "LaurentTreguier"
    },
    "name": "vscode-simple-icons",
    "publisher": "LaurentTreguier",
    "version": "0.8.1"
  },
  {
    "metadata": {
      "id": "8bfd87ec-2032-4a0e-a630-71eed81a027e",
      "publisherId": "62432f19-b99c-4558-a38d-08cf2e088cac",
      "publisherDisplayName": "davidbabel"
    },
    "name": "vscode-simpler-icons",
    "publisher": "davidbabel",
    "version": "1.3.0"
  },
  {
    "metadata": {
      "id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
      "publisherId": "1a680e61-b64e-4eff-bbbb-2085b0618f52",
      "publisherDisplayName": "Mahmoud Ali"
    },
    "name": "vscode-theme-onedark",
    "publisher": "akamud",
    "version": "0.3.1"
  },
  {
    "metadata": {
      "id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
      "publisherId": "47daa402-5396-4346-b7bd-62494d6d63ec",
      "publisherDisplayName": "Wayou Liu"
    },
    "name": "vscode-todo-highlight",
    "publisher": "wayou",
    "version": "0.3.3"
  },
  {
    "metadata": {
      "id": "f508f5d8-df4a-4826-8b84-90b9af0caa07",
      "publisherId": "459b7700-3b3b-4f51-b6b6-a5211342c87d",
      "publisherDisplayName": "Sam Verschueren"
    },
    "name": "yo",
    "publisher": "samverschueren",
    "version": "0.9.3"
  }
]
{"lastUpload":"2017-02-02T15:44:56.141Z"}