Created
December 30, 2020 19:03
-
-
Save tmarshall/7284815b9d0f0f27a2f308313f96c4e9 to your computer and use it in GitHub Desktop.
personal vscode config
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
{ | |
"editor.tabSize": 2, | |
"window.zoomLevel": 0, | |
"editor.snippetSuggestions": "none", | |
"editor.parameterHints.enabled": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"html.suggest.html5": false, | |
"editor.hover.enabled": false, | |
"editor.codeActionsOnSave": null, | |
"javascript.autoClosingTags": false, | |
"typescript.autoClosingTags": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment