Skip to content

Instantly share code, notes, and snippets.

@dev-kperera
Created September 30, 2018 12:25
Show Gist options
  • Save dev-kperera/9d6ac4a3f94c88770ddcc9a7737b3fba to your computer and use it in GitHub Desktop.
Save dev-kperera/9d6ac4a3f94c88770ddcc9a7737b3fba to your computer and use it in GitHub Desktop.
Visual Studio (VS) Code My Favorite Settings
{
"git.ignoreMissingGitWarning": true,
"window.zoomLevel": 0.5,
"breadcrumbs.enabled": true,
"editor.wordWrap": "on",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": false
},
"workbench.startupEditor": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment