Last active
December 30, 2019 20:28
-
-
Save expalmer/c29daf431b3c5057f4f5bdea59616282 to your computer and use it in GitHub Desktop.
VSCode Globo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-12-30T18:07:06.125Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "5b653174-476c-4d78-a8b6-a4e863383a81", | |
"publisherId": "eryouhao.brackets-light-pro", | |
"publisherDisplayName": "eryouhao" | |
}, | |
"name": "brackets-light-pro", | |
"publisher": "eryouhao", | |
"version": "0.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "EditorConfig.EditorConfig", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.14.4" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "10.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f", | |
"publisherId": "xabikos.JavaScriptSnippets", | |
"publisherDisplayName": "xabikos" | |
}, | |
"name": "JavaScriptSnippets", | |
"publisher": "xabikos", | |
"version": "1.7.2" | |
}, | |
{ | |
"metadata": { | |
"id": "51c3b327-0186-467a-ac63-6f3430977fe7", | |
"publisherId": "jpogran.puppet-vscode", | |
"publisherDisplayName": "jpogran" | |
}, | |
"name": "puppet-vscode", | |
"publisher": "jpogran", | |
"version": "0.22.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d0bb90fc-a605-465f-a90d-d51c16d7b7b9", | |
"publisherId": "ms-vscode.Theme-TomorrowKit", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "Theme-TomorrowKit", | |
"publisher": "ms-vscode", | |
"version": "0.1.4" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "2.0.11" | |
}, | |
{ | |
"metadata": { | |
"id": "55ef6448-487b-49a0-a66e-4d2d9bb82229", | |
"publisherId": "Prisma.vscode-graphql", | |
"publisherDisplayName": "Prisma" | |
}, | |
"name": "vscode-graphql", | |
"publisher": "Prisma", | |
"version": "0.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a", | |
"publisherId": "vscode-icons-team.vscode-icons", | |
"publisherDisplayName": "vscode-icons-team" | |
}, | |
"name": "vscode-icons", | |
"publisher": "vscode-icons-team", | |
"version": "9.7.0" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.minimap.enabled": false, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"workbench.activityBar.visible": false, | |
"gitlens.codeLens.enabled": false, | |
"workbench.iconTheme": "vscode-icons", | |
"eslint.format.enable": true, | |
"workbench.colorTheme": "Tomorrow Night", | |
"eslint.debug": true, | |
"eslint.lintTask.enable": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll": true, | |
"source.fixAll.eslint": true | |
}, | |
"window.zoomLevel": 0, | |
"editor.fontSize": 13, | |
"workbench.fontAliasing": "antialiased", | |
"breadcrumbs.enabled": false, | |
"emmet.triggerExpansionOnTab": true, | |
"workbench.colorCustomizations": { | |
"statusBar.foreground": "#313131", | |
"statusBar.background": "#000", | |
"statusBar.noFolderBackground": "#212121", | |
"statusBar.debuggingBackground": "#263238" | |
}, | |
"eslint.alwaysShowStatus": true, | |
"sync.autoDownload": true, | |
"sync.gist": "6c49930db549aa3301624a158870d5fc", | |
"sync.autoUpload": true, | |
"sync.forceDownload": true, | |
"sync.forceUpload": true, | |
"sync.quietSync": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment