Skip to content

Instantly share code, notes, and snippets.

@notiles
Created February 5, 2019 17:32
Show Gist options
  • Save notiles/21df5273819d140c0256c800fec9c7e6 to your computer and use it in GitHub Desktop.
Save notiles/21df5273819d140c0256c800fec9c7e6 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-02-05T17:30:43.500Z","extensionVersion":"v3.2.4"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.4.8"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.4"
},
{
"metadata": {
"id": "88cceeb3-b940-4ff2-abcf-275083194b21",
"publisherId": "necinc.elmmet",
"publisherDisplayName": "necinc"
},
"name": "elmmet",
"publisher": "necinc",
"version": "1.0.1"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "dsznajder.es7-react-js-snippets",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "2.0.0"
},
{
"metadata": {
"id": "7f937559-a3c9-43e0-a62b-0008a5da127b",
"publisherId": "idleberg.hopscotch",
"publisherDisplayName": "idleberg"
},
"name": "hopscotch",
"publisher": "idleberg",
"version": "0.2.2"
},
{
"metadata": {
"id": "f45dc69c-8d62-4ea1-b01f-3ab90854acb6",
"publisherId": "sidthesloth.html5-boilerplate",
"publisherDisplayName": "sidthesloth"
},
"name": "html5-boilerplate",
"publisher": "sidthesloth",
"version": "1.0.3"
},
{
"metadata": {
"id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
"publisherId": "dbaeumer.jshint",
"publisherDisplayName": "dbaeumer"
},
"name": "jshint",
"publisher": "dbaeumer",
"version": "0.10.20"
},
{
"metadata": {
"id": "2f1f8656-c75c-40ff-b8f7-048ce9034d74",
"publisherId": "benjaminBlonde.monokai-alt",
"publisherDisplayName": "benjaminBlonde"
},
"name": "monokai-alt",
"publisher": "benjaminBlonde",
"version": "1.0.0"
},
{
"metadata": {
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherDisplayName": "azemoh"
},
"name": "one-monokai",
"publisher": "azemoh",
"version": "0.3.7"
},
{
"metadata": {
"id": "e8aa5629-b53b-4d40-b96d-05e07217742a",
"publisherId": "joshpeng.theme-onedark-sublime",
"publisherDisplayName": "joshpeng"
},
"name": "theme-onedark-sublime",
"publisher": "joshpeng",
"version": "0.3.7"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.8.0"
},
{
"metadata": {
"id": "3851b234-107a-4b82-a50d-0414e166220d",
"publisherId": "MS-CEINTL.vscode-language-pack-fr",
"publisherDisplayName": "MS-CEINTL"
},
"name": "vscode-language-pack-fr",
"publisher": "MS-CEINTL",
"version": "1.30.2"
},
{
"metadata": {
"id": "06cc3e44-aedb-41b8-a4ea-29ebf3c491fd",
"publisherId": "jpoissonnier.vscode-styled-components",
"publisherDisplayName": "jpoissonnier"
},
"name": "vscode-styled-components",
"publisher": "jpoissonnier",
"version": "0.0.25"
}
]
{
"jshint.enable": false,
// Controls if the editor should automatically format the line after typing
// You can auto formate any files based on extensions type.
"beautify.JSfiles": [
"js",
"json",
"jsbeautifyrc",
"jshintrc",
"ts"
],
"workbench.colorTheme": "One Dark+ (Sublime)",
"git.autofetch": true,
"emmet.includeLanguages": {
"javascript":"javascriptreact"
},
"javascript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment