Last active
April 23, 2019 00:35
-
-
Save premnirmal/01eaf8b0710e4ad17cfc08bac73e9cf2 to your computer and use it in GitHub Desktop.
my vscode settings
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
{ | |
"window.titleBarStyle": "custom", | |
"workbench.colorTheme": "Yoncé", | |
"workbench.editor.enablePreview": false, | |
"window.zoomLevel": 2, | |
"window.restoreWindows": "none", | |
"explorer.confirmDelete": false, | |
"editor.cursorStyle": "block" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment