Created
March 28, 2019 16:35
-
-
Save twilson63/9bdba9bdd76d3f29ed153304af4b1ad8 to your computer and use it in GitHub Desktop.
My VS Code settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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