Created
December 10, 2022 21:29
-
-
Save brettz9/c31afa8435d3eabc1d93e56b40038549 to your computer and use it in GitHub Desktop.
User settings for VSC (work in progress): ~/Library/Application Support/Code/User/settings.json
This file contains 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
{ | |
"gitlens.hovers.currentLine.over": "line", | |
"gitlens.currentLine.enabled": false, | |
"gitlens.codeLens.enabled": false, | |
"gitlens.hovers.enabled": false, | |
"editor.accessibilitySupport": "off", | |
"editor.fontSize": 17, | |
"editor.minimap.enabled": false, | |
"editor.acceptSuggestionOnEnter": "off", | |
"editor.quickSuggestions": { "other": false, "comments": false, "strings": false }, | |
"editor.tabCompletion": "onlySnippets", | |
"files.trimTrailingWhitespace": true, | |
"javascript.suggestionActions.enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment