Created
December 5, 2019 14:20
-
-
Save wedojava/cc4d0ee6380461a565ad3d632da0b726 to your computer and use it in GitHub Desktop.
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", | |
"workbench.colorTheme": "Material Theme", | |
"terminal.integrated.fontFamily": "Fira Code", | |
"editor.fontFamily": "'Fira Code', 'Fira Mono', Consolas, 'Courier New', monospace", | |
"editor.lineNumbers": "off", | |
"editor.lineHeight": 20, | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true, | |
"terminal.integrated.fontWeightBold": "bold" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment