Last active
February 21, 2019 04:29
-
-
Save n4ss1m/399aafdc21eb9408bcb9f9cc8ef6c0ac to your computer and use it in GitHub Desktop.
VS Code user 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
{ | |
"window.zoomLevel": 2, | |
"workbench.colorTheme":"Palenight Theme", | |
"workbench.statusBar.visible": false, | |
"explorer.openEditors.visible": 0, | |
"workbench.activityBar.visible": false, | |
"editor.minimap.enabled": false, | |
"editor.tabCompletion": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment