Created
September 30, 2018 12:25
-
-
Save dev-kperera/9d6ac4a3f94c88770ddcc9a7737b3fba to your computer and use it in GitHub Desktop.
Visual Studio (VS) Code My Favorite Settings
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
{ | |
"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