Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@brettz9
Created December 10, 2022 21:29
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 brettz9/c31afa8435d3eabc1d93e56b40038549 to your computer and use it in GitHub Desktop.
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
{
"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