Created
June 30, 2020 06:20
-
-
Save ahmadrosid/2c8a99081d3c266af786ad59e19df9ad to your computer and use it in GitHub Desktop.
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
{ | |
"workbench.activityBar.visible": false, | |
"editor.lineNumbers": "on", | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.fontFamily": "Monospace", | |
"breadcrumbs.enabled": false, | |
"editor.fontSize": 20, | |
"editor.lineHeight": 50, | |
"workbench.statusBar.visible": false, | |
"window.menuBarVisibility": "hidden", | |
"explorer.openEditors.visible": 0, | |
"workbench.iconTheme": "material-icon-theme", | |
"explorer.confirmDelete": false, | |
"workbench.editor.showTabs": true, | |
"workbench.colorTheme": "Nord", | |
"editor.cursorBlinking": "solid", | |
"editor.minimap.enabled": false, | |
"editor.fontLigatures": true, | |
"explorer.decorations.badges": false, | |
"window.zoomLevel": 1, | |
"explorer.confirmDragAndDrop": false, | |
"[typescript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"zenMode.fullScreen": false, | |
"zenMode.centerLayout": false, | |
"terminal.integrated.rendererType": "dom", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment