Skip to content

Instantly share code, notes, and snippets.

@rojasmi1
Created June 28, 2017 02:01
Show Gist options
  • Save rojasmi1/c5bb1f5fd2dc614fa2ca52b8a18dc3be to your computer and use it in GitHub Desktop.
Save rojasmi1/c5bb1f5fd2dc614fa2ca52b8a18dc3be to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-06-28T01:59:54.836Z","extensionVersion":"v2.8.1"}
[
{
"metadata": {
"id": "3e60e45e-074a-4a3c-bdd9-56cdc8c53b34",
"publisherId": "e911474b-988f-47ab-bc44-4d3f2b07a535",
"publisherDisplayName": "Phil Price"
},
"name": "better-merge",
"publisher": "pprice",
"version": "0.6.1"
},
{
"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.1"
},
{
"metadata": {
"id": "38ad8277-d23f-4cfc-becf-c77e41c3f2ee",
"publisherId": "a5361b58-6751-40c0-99c8-ade4827e6ece",
"publisherDisplayName": "spywhere"
},
"name": "guides",
"publisher": "spywhere",
"version": "0.7.0"
},
{
"metadata": {
"id": "83189e52-2516-4fbc-ab19-0c4b65b1e862",
"publisherId": "dcb874f2-5792-4a3c-a869-83561e79e2b2",
"publisherDisplayName": "third774"
},
"name": "hipsum",
"publisher": "third774",
"version": "1.0.7"
},
{
"metadata": {
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
"publisherId": "20bf23ac-66a2-4404-9047-4b8215047b8b",
"publisherDisplayName": "Zignd"
},
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.1.0"
},
{
"metadata": {
"id": "c807e072-5951-4a01-9542-450f946c7ec1",
"publisherId": "8961c3fe-3ec6-429d-886a-50b5af362a88",
"publisherDisplayName": "charalampos karypidis"
},
"name": "ReactSnippets",
"publisher": "xabikos",
"version": "1.2.1"
},
{
"metadata": {
"id": "5a7654fe-1224-4483-9587-93467f0cdf93",
"publisherId": "4f98ca09-5117-4c0d-bddf-1b1c6b5243bf",
"publisherDisplayName": "milkmidi"
},
"name": "vs-code-quick-require",
"publisher": "milkmidi",
"version": "0.1.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.8"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
"publisherDisplayName": "Roberto Huertas"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.6.0"
},
{
"metadata": {
"id": "13ff980c-43ba-4895-a124-c04f3cec5486",
"publisherId": "90600741-bfb5-4755-9f39-1f5d882be55d",
"publisherDisplayName": "tungvn"
},
"name": "wordpress-snippet",
"publisher": "tungvn",
"version": "1.1.2"
}
]
// Place your settings in this file to overwrite the default settings
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.iconTheme": "vs-seti",
"workbench.colorTheme": "Tomorrow Night Blue",
"editor.tabSize": 2,
"workbench.sideBar.location": "left",
"indentRainbow.colors": [
"rgba(64,64,16,0.3)",
"rgba(32,64,32,0.3)",
"rgba(150,65,32,0.3)",
"rgba(16,48,48,0.3)",
"rgba(128,32,32,0.3)"
],
"update.channel": "none",
"sync.gist": "",
"sync.lastUpload": "2017-06-28T01:56:27.047Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false
}
{
/*
// 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:
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
}
*/
"Require module": {
"prefix": "rqm",
"body": [
"const $1 = require('$1')"
],
"description": "Requires an npm module"
}
}
{"version":"7.6.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment