Skip to content

Instantly share code, notes, and snippets.

@bradyt
Last active March 15, 2020 17:03
Show Gist options
  • Save bradyt/00c8514a491f54bfa095aa8aa2d1e218 to your computer and use it in GitHub Desktop.
Save bradyt/00c8514a491f54bfa095aa8aa2d1e218 to your computer and use it in GitHub Desktop.
{
"breadcrumbs.enabled": false,
"editor.cursorBlinking": "solid",
"editor.folding": false,
"editor.fontSize": 15,
"editor.formatOnSave": true,
"editor.glyphMargin": false,
"editor.lightbulb.enabled": false,
"editor.lineNumbers": "off",
"editor.matchBrackets": "never",
"editor.minimap.enabled": false,
"editor.overviewRulerBorder": false,
"editor.renderControlCharacters": true,
"editor.renderIndentGuides": false,
"editor.renderLineHighlight": "none",
"git.decorations.enabled": false,
"scm.diffDecorations": "none",
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Default Light+",
"workbench.editor.limit.enabled": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment