Created
July 25, 2020 09:47
-
-
Save adinata-id/d97818ea13572b3a692f5680c4d0259c to your computer and use it in GitHub Desktop.
Settings.Json VSCODE
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
{ | |
"workbench.iconTheme": "material-icon-theme", | |
"explorer.confirmDragAndDrop": false, | |
"workbench.sideBar.location": "right", | |
"workbench.activityBar.visible" : false, | |
"workbench.editor.showTabs": false, | |
"workbench.statusBar.visible": false, | |
"editor.minimap.enabled": false, | |
"window.menuBarVisibility": "toggle", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment