Skip to content

Instantly share code, notes, and snippets.

@philpalmieri
Created September 17, 2018 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philpalmieri/f0a8aba57ebcd55b70eac6e3113b82b1 to your computer and use it in GitHub Desktop.
Save philpalmieri/f0a8aba57ebcd55b70eac6e3113b82b1 to your computer and use it in GitHub Desktop.
VSCode Config
{
"editor.minimap.enabled": "false",
"workbench.sideBar.location": "right",
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Material Theme",
"materialTheme.fixIconsRunning": false,
"workbench.iconTheme": "eq-material-theme-icons",
"window.zoomLevel": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment