Skip to content

Instantly share code, notes, and snippets.

@tmarshall
Created December 16, 2020 21:28
Show Gist options
  • Save tmarshall/dfb103c4d5709c147dbb690d6a383cce to your computer and use it in GitHub Desktop.
Save tmarshall/dfb103c4d5709c147dbb690d6a383cce to your computer and use it in GitHub Desktop.
minimal vscode settings
{
"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,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment