Created
September 16, 2017 15:32
-
-
Save vinayakkulkarni/94c08e84b2a237b74cb726fb774d24a0 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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.tabSize": 2, | |
"editor.fontSize": 15, | |
"editor.fontFamily": "Operator Mono, Monaco, 'Courier New', monospace", | |
"workbench.colorTheme": "One Dark Pro Vivid", | |
"workbench.activityBar.visible": false, | |
"workbench.sideBar.location": "left", | |
"workbench.colorCustomizations": { | |
"tab.activeBackground": "#282c34", | |
"activityBar.background": "#282c34", | |
"editorGroup.background": "#282c34", | |
"sideBar.background": "#282c34" | |
}, | |
"zenMode.fullScreen": false, | |
"zenMode.hideTabs": false, | |
"editor.minimap.enabled": false, | |
"eslint.validate": [ | |
"vue", | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment