Created
July 29, 2018 01:32
-
-
Save dheffx/1db2b2e68cb79caf672ca5a1fc423cb6 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
{ | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.tabSize": 2, | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"indenticator.inner.showHighlight": true, | |
"workbench.colorTheme": "Monokai", | |
"workbench.colorCustomizations": { | |
"terminal.foreground": "#fafafa", | |
"terminal.background": "#000000", | |
"terminalCursor.foreground": "#ff0000" | |
}, | |
"terminal.integrated.copyOnSelection": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"terminal.integrated.fontFamily": "Menlo" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment