Skip to content

Instantly share code, notes, and snippets.

@vinayakkulkarni
Created September 16, 2017 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinayakkulkarni/94c08e84b2a237b74cb726fb774d24a0 to your computer and use it in GitHub Desktop.
Save vinayakkulkarni/94c08e84b2a237b74cb726fb774d24a0 to your computer and use it in GitHub Desktop.
VSCode Settings
// 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