crazyyy
8/19/2017 - 11:49 PM

Visual Studio Code Settings Sync Gist

Visual Studio Code Settings Sync Gist

{"version":"7.12.0","status":2,"welcomeShown":true}
{
    "sync.gist": "a00fa76e2a04cb45696c27793bacbd7d",
    "sync.lastUpload": "2017-08-27T10:52:50.304Z",
    "sync.autoDownload": false,
    "sync.autoUpload": true,
    "sync.lastDownload": "",
    "sync.forceDownload": false,
    "sync.anonymousGist": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": true,
    "sync.askGistName": false,
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "csscomb.formatOnSave": true,
    "csscomb.syntaxAssociations": {},
    "csscomb.preset": {
        "remove-empty-rulesets": true,
        "always-semicolon": true,
        "color-case": "lower",
        "block-indent": "  ",
        "color-shorthand": true,
        "element-case": "lower",
        "eof-newline": true,
        "leading-zero": false,
        "quotes": "double",
        "sort-order-fallback": "abc",
        "space-before-colon": "",
        "space-after-colon": " ",
        "space-before-combinator": " ",
        "space-after-combinator": "",
        "space-between-declarations": "\n",
        "space-before-opening-brace": " ",
        "space-after-opening-brace": "\n",
        "space-after-selector-delimiter": "\n",
        "space-before-selector-delimiter": "",
        "space-before-closing-brace": "\n",
        "strip-spaces": true,
        "tab-size": true,
        "unitless-zero": true,
        "vendor-prefix-align": true
    },
    "eslint.run": "onSave",
    "eslint.autoFixOnSave": true,
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.formatOnType": true,
    "editor.autoIndent": true,
    "workbench.iconTheme": "vscode-great-icons",
    "vsicons.dontShowNewVersionMessage": true,
    "vsicons.projectDetection.autoReload": true,
    "git.enableSmartCommit": true,
    "php.memoryLimit": "256M",
    "php.executablePath": "d:\\Works\\OpenServer\\modules\\php\\PHP-7.1-x64\\php.exe",
    "php.validate.executablePath": "d:\\Works\\OpenServer\\modules\\php\\PHP-7.1-x64\\php.exe",
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.idea": true,
        "**/node_modules/**": true,
        "node_modules/**": true,
        "**/.DS_Store": true
    },
    "emmet.includeLanguages": {
        "vue-html": "html",
        "javascript": "javascriptreact",
        "php": "html",
        "smarty": "html",
        "plaintext": "html"
    },
    "emmet.triggerExpansionOnTab": true,
    "phpcs.standard": null,
    "crane.ignoredPaths": [
        "node_modules/**"
    ],
    "phpcs.ignore": "node_modules/**",
    "files.autoGuessEncoding": true,
    "files.trimTrailingWhitespace": true,
    "editor.formatOnPaste": true
}
// Place your key bindings in this file to overwrite the defaults
[
  {
    "key": "ctrl+d",
    "command": "editor.action.copyLinesDownAction",
    "when": "editorFocus"
  },
  {
    "key": "ctrl+shift+d",
    "command": "-editor.action.copyLinesDownAction",
    "when": "editorFocus"
  },
  {
    "key": "ctrl+shift+c",
    "command": "-workbench.action.terminal.openNativeConsole",
    "when": "!terminalFocus"
  },
  {
    "key": "ctrl+shift+c",
    "command": "-extension.connect",
    "when": "editorTextFocus && editorLangId == 'sql'"
  },
  {
    "key": "ctrl+shift+c",
    "command": "csscomb.execute"
  },
  {
    "key": "tab",
    "command": "-acceptSelectedSuggestion",
    "when": "editorTextFocus && suggestWidgetVisible"
  },
  {
    "key": "tab",
    "command": "-jumpToNextSnippetPlaceholder",
    "when": "editorTextFocus && hasNextTabstop && inSnippetMode"
  },
  {
    "key": "tab",
    "command": "-insertSnippet",
    "when": "config.editor.tabCompletion && editorTextFocus && hasSnippetCompletions && !editorTabMovesFocus && !inSnippetMode"
  },
  {
    "key": "ctrl+shift+b",
    "command": "-workbench.action.tasks.build"
  },
  {
    "key": "tab",
    "command": "-editor.emmet.action.expandAbbreviation",
    "when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus"
  },
  { 
    "key": "tab", 
    "command": "tab", 
    "when": "editorTextFocus && !editorTabMovesFocus" 
  }, 
  { 
    "key": "tab", 
    "command": "editor.emmet.action.expandAbbreviation", 
    "when": "editorTextFocus && !editorHasSelection && !editorHasMultipleSelections && !editorTabMovesFocus" 
  }
]
[
  {
    "metadata": {
      "id": "5ace3d87-0a04-47fa-ae1d-345c3a0df8ec",
      "publisherId": "4434843a-4ebf-4f44-84f5-4176380c492d",
      "publisherDisplayName": "johnpapa"
    },
    "name": "azure-functions-tools",
    "publisher": "johnpapa",
    "version": "0.3.0"
  },
  {
    "metadata": {
      "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
      "publisherId": "901b401e-7657-4a33-8c9a-0854c569607e",
      "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.1.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.3"
  },
  {
    "metadata": {
      "id": "ce8be53e-b000-42d1-96bb-212fd23c67b4",
      "publisherId": "12e23345-ed42-4e2f-9a8a-c5357da742f4",
      "publisherDisplayName": "Hvy Industries"
    },
    "name": "crane",
    "publisher": "HvyIndustries",
    "version": "0.3.8"
  },
  {
    "metadata": {
      "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
      "publisherId": "ecde0778-6fe5-4f72-93a7-196989f19e58",
      "publisherDisplayName": "Microsoft"
    },
    "name": "debugger-for-chrome",
    "publisher": "msjsdiag",
    "version": "3.1.8"
  },
  {
    "metadata": {
      "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
      "publisherId": "1ed869e4-8588-4af4-a51e-9c1c86b034b9",
      "publisherDisplayName": "EditorConfig"
    },
    "name": "EditorConfig",
    "publisher": "EditorConfig",
    "version": "0.9.4"
  },
  {
    "metadata": {
      "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
      "publisherId": "20bf23ac-66a2-4404-9047-4b8215047b8b",
      "publisherDisplayName": "Zignd"
    },
    "name": "html-css-class-completion",
    "publisher": "Zignd",
    "version": "1.8.1"
  },
  {
    "metadata": {
      "id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
      "publisherId": "8ae75bda-ec22-4a17-9340-abf1a20beca9",
      "publisherDisplayName": "zhuangtongfa"
    },
    "name": "Material-theme",
    "publisher": "zhuangtongfa",
    "version": "2.10.10"
  },
  {
    "metadata": {
      "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
      "publisherId": "60b3df88-4640-44d4-a7e5-6ba8004700bb",
      "publisherDisplayName": "Microsoft"
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.1.0"
  },
  {
    "metadata": {
      "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
      "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
      "publisherDisplayName": "Christian Kohler"
    },
    "name": "npm-intellisense",
    "publisher": "christian-kohler",
    "version": "1.3.0"
  },
  {
    "metadata": {
      "id": "5e69f001-f945-4c97-baf0-320d82a153b3",
      "publisherId": "2bbbc574-aea7-4866-8f36-2d56ef365f8c",
      "publisherDisplayName": "Felix Becker"
    },
    "name": "php-intellisense",
    "publisher": "felixfbecker",
    "version": "1.5.1"
  },
  {
    "metadata": {
      "id": "b0a47156-9132-49a2-bebd-ed16d91b1fa6",
      "publisherId": "bc9cf215-ec5e-4767-8196-eb73d1ced313",
      "publisherDisplayName": "Ioannis Kappas"
    },
    "name": "phpcs",
    "publisher": "ikappas",
    "version": "0.7.0"
  },
  {
    "metadata": {
      "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
      "publisherId": "d16f4e39-2ffb-44e3-9c0d-79d873570e3a",
      "publisherDisplayName": "Esben Petersen"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "0.22.1"
  },
  {
    "metadata": {
      "id": "67e66172-30c7-4478-8f5d-6eac4ae755dc",
      "publisherId": "114b20ca-e58f-4673-9024-1fe88a3e941a",
      "publisherDisplayName": "Mohsen Azimi"
    },
    "name": "prettify-json",
    "publisher": "mohsen1",
    "version": "0.0.3"
  },
  {
    "metadata": {
      "id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
      "publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
      "publisherDisplayName": "Alessandro Fragnani"
    },
    "name": "project-manager",
    "publisher": "alefragnani",
    "version": "0.19.0"
  },
  {
    "metadata": {
      "id": "7f7e0e9c-b5ad-4e21-a425-f63bd56cb13f",
      "publisherId": "856ebda6-b6c2-401a-bdaf-c81731b47e2d",
      "publisherDisplayName": "EQuimper"
    },
    "name": "react-native-react-redux",
    "publisher": "EQuimper",
    "version": "1.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.4.1"
  },
  {
    "metadata": {
      "id": "dfc91f03-d4f2-461b-a26d-b8b4dc02474f",
      "publisherId": "c638ec24-b0fd-4f47-bef6-410bd58e39ea",
      "publisherDisplayName": "imperez"
    },
    "name": "smarty",
    "publisher": "imperez",
    "version": "0.2.0"
  },
  {
    "metadata": {
      "id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
      "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
      "publisherDisplayName": "Microsoft"
    },
    "name": "sublime-keybindings",
    "publisher": "ms-vscode",
    "version": "2.9.1"
  },
  {
    "metadata": {
      "id": "3324c5be-43aa-4c39-a0f8-d94c2978804f",
      "publisherId": "9e694123-0425-4308-8ef9-c6d2013a14f4",
      "publisherDisplayName": "whatwedo"
    },
    "name": "twig",
    "publisher": "whatwedo",
    "version": "1.0.2"
  },
  {
    "metadata": {
      "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
      "publisherId": "c3b70842-905b-406e-8f5b-153e8de05481",
      "publisherDisplayName": "Pine Wu"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.9.5"
  },
  {
    "metadata": {
      "id": "085342db-9568-49b0-ad93-3223ac4c1baa",
      "publisherId": "c958976e-9702-4f1a-8bdf-26b7bc012d65",
      "publisherDisplayName": "mrmlnc"
    },
    "name": "vscode-apache",
    "publisher": "mrmlnc",
    "version": "1.1.1"
  },
  {
    "metadata": {
      "id": "4dd4cb5f-8946-4882-bf7c-e5997ab40481",
      "publisherId": "87e3e2a4-ac17-425a-a4b6-698bc44254fe",
      "publisherDisplayName": "Kiss Tamás"
    },
    "name": "vscode-codemetrics",
    "publisher": "kisstkondoros",
    "version": "1.9.1"
  },
  {
    "metadata": {
      "id": "2af5556c-edd2-4786-9bbc-392b7dd89cd9",
      "publisherId": "c958976e-9702-4f1a-8bdf-26b7bc012d65",
      "publisherDisplayName": "mrmlnc"
    },
    "name": "vscode-csscomb",
    "publisher": "mrmlnc",
    "version": "5.1.0"
  },
  {
    "metadata": {
      "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
      "publisherId": "bc3f1075-3ced-4395-9b1b-3f0ecaee83be",
      "publisherDisplayName": "Microsoft"
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.0.16"
  },
  {
    "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": "0808d236-6faf-4f68-9f17-28f51a572ee4",
      "publisherId": "c9174db5-9cbf-425f-8309-bc5d0be78c03",
      "publisherDisplayName": "Budi Irawan"
    },
    "name": "vscode-faker",
    "publisher": "deerawan",
    "version": "1.1.0"
  },
  {
    "metadata": {
      "id": "1971a826-97ee-4382-9f9f-b8b2d512c46b",
      "publisherId": "b94b2772-70b6-453f-bc37-8295c02226c6",
      "publisherDisplayName": "NodeSource"
    },
    "name": "vscode-for-node-js-development-pack",
    "publisher": "nodesource",
    "version": "1.1.0"
  },
  {
    "metadata": {
      "id": "829a192d-496c-44ac-87f3-0a84ce36a853",
      "publisherId": "c6e135ee-f6a2-45cb-b782-fd4de23acc84",
      "publisherDisplayName": "Emmanuel Béziat"
    },
    "name": "vscode-great-icons",
    "publisher": "emmanuelbeziat",
    "version": "2.1.15"
  },
  {
    "metadata": {
      "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
      "publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
      "publisherDisplayName": "Roberto Huertas"
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.12.0"
  },
  {
    "metadata": {
      "id": "c46b0018-f317-4b6c-a785-d2039b27338f",
      "publisherId": "7a344d8a-64ec-42a7-9255-9eacf94e746a",
      "publisherDisplayName": "Wix"
    },
    "name": "vscode-import-cost",
    "publisher": "wix",
    "version": "2.5.0"
  },
  {
    "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.4.1"
  },
  {
    "metadata": {
      "id": "6f5d4f30-67aa-4151-80c0-1bbe8ca5f9db",
      "publisherId": "1dfd9e90-5113-4f41-bfad-a22f8288078e",
      "publisherDisplayName": "cssho"
    },
    "name": "vscode-svgviewer",
    "publisher": "cssho",
    "version": "1.4.2"
  },
  {
    "metadata": {
      "id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
      "publisherId": "47daa402-5396-4346-b7bd-62494d6d63ec",
      "publisherDisplayName": "Wayou Liu"
    },
    "name": "vscode-todo-highlight",
    "publisher": "wayou",
    "version": "0.5.8"
  },
  {
    "metadata": {
      "id": "276fd2ee-2d7f-4a4c-b2ea-1780b1f8e59b",
      "publisherId": "1c7cd57c-fca4-4ce4-a0f3-4fa0699f31e4",
      "publisherDisplayName": "minhthai"
    },
    "name": "vscode-todo-parser",
    "publisher": "minhthai",
    "version": "1.9.1"
  },
  {
    "metadata": {
      "id": "2be51393-4e56-4117-a5e5-fdcd6db0c4af",
      "publisherId": "8cdbaeb1-1e01-4550-a89a-1f7a157f9e62",
      "publisherDisplayName": "Bajdzis"
    },
    "name": "vscode-twig-pack",
    "publisher": "bajdzis",
    "version": "1.0.0"
  }
]
{"lastUpload":"2017-08-27T10:54:42.052Z","extensionVersion":"v2.8.3"}