Skip to content

Instantly share code, notes, and snippets.

@siddharthkp
Created June 7, 2019 04:45
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 siddharthkp/459ff6ed221a0c0eeb208227e8c2d1d4 to your computer and use it in GitHub Desktop.
Save siddharthkp/459ff6ed221a0c0eeb208227e8c2d1d4 to your computer and use it in GitHub Desktop.
VS Code settings
{
"window.zoomLevel": 1,
"editor.fontFamily": "Dank Mono",
"editor.fontSize": 18,
"workbench.colorTheme": "Night Owl",
"editor.minimap.enabled": false,
"workbench.editor.focusRecentEditorAfterClose": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.visible": false,
"workbench.fontAliasing": "antialiased",
"workbench.statusBar.feedback.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment