Last active
July 13, 2019 00:05
-
-
Save anthony-dandrea/3a567e0a8ab1246fc5f6a2c285b5b93d to your computer and use it in GitHub Desktop.
vscode 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
{ | |
"workbench.iconTheme": "vscode-icons", | |
"window.zoomLevel": 0, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"editor.fontSize": 14, | |
"editor.renderWhitespace": "all", | |
"files.autoSave": "onFocusChange", | |
"files.insertFinalNewline": true, | |
"workbench.colorCustomizations":{ | |
"tab.activeBackground": "#000", | |
"tab.inactiveBackground": "#000", | |
"activityBar.background": "#000", | |
"editorGroup.background": "#000", | |
"sideBar.background": "#000", | |
"editor.background": "#000", | |
"editorCursor.foreground": "#fff", | |
"editor.lineHighlightBackground": "#000", | |
"editorBracketMatch.background": "#1e1e1e", | |
"editorCursor.background": "#fff" | |
}, | |
"workbench.colorTheme": "One Dark Pro", | |
"vsicons.dontShowNewVersionMessage": true, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"emmet.includeLanguages": { | |
"javascript": "html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hyper terminal