Skip to content

Instantly share code, notes, and snippets.

@vbfox
Last active August 4, 2017 22:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbfox/3b3d6299cbc9c8433d7eea0a374d595d to your computer and use it in GitHub Desktop.
Save vbfox/3b3d6299cbc9c8433d7eea0a374d595d to your computer and use it in GitHub Desktop.
VS Code no editor decorations
{
"editor.folding": false,
"editor.lineNumbers": "off",
"editor.renderWhitespace": "none",
"editor.codeLens": false,
"editor.minimap.enabled": false,
"editor.dragAndDrop": false,
"editor.renderIndentGuides": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment