Skip to content

Instantly share code, notes, and snippets.

@fresh5447
Created April 20, 2018 02:08
Show Gist options
  • Save fresh5447/d14d5cae96ae0daaba4d997111991535 to your computer and use it in GitHub Desktop.
Save fresh5447/d14d5cae96ae0daaba4d997111991535 to your computer and use it in GitHub Desktop.
VS Code User Settings
{
"window.zoomLevel": 1,
"workbench.colorTheme": "Dracula",
"editor.tabSize": 2,
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "vscode-icons",
"files.associations": {
"*.graphcool": "graphql",
},
"eslint.autoFixOnSave": true,
"workbench.panel.location": "bottom",
"extensions.ignoreRecommendations": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment