Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created March 28, 2019 16:35
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 twilson63/9bdba9bdd76d3f29ed153304af4b1ad8 to your computer and use it in GitHub Desktop.
Save twilson63/9bdba9bdd76d3f29ed153304af4b1ad8 to your computer and use it in GitHub Desktop.
My VS Code settings.json
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.cursorStyle": "underline-thin",
"editor.hover.delay": 1000,
"editor.lightbulb.enabled": false,
"editor.matchBrackets": false,
"editor.renderLineHighlight": "none",
"editor.formatOnSave": true,
"window.zoomLevel": 1,
"editor.highlightActiveIndentGuide": false,
"editor.hover.enabled": false,
"editor.hover.sticky": false,
"editor.renderIndentGuides": false,
"editor.parameterHints.enabled": false,
"editor.suggestOnTriggerCharacters": false,
"editor.wordBasedSuggestions": false,
"editor.quickSuggestions": false,
"editor.occurrencesHighlight": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment