Skip to content

Instantly share code, notes, and snippets.

@coderdiaz
Last active January 21, 2020 21:31
Show Gist options
  • Save coderdiaz/257e7120bba6bb549144038ec4c34502 to your computer and use it in GitHub Desktop.
Save coderdiaz/257e7120bba6bb549144038ec4c34502 to your computer and use it in GitHub Desktop.
{
// Workbench
"workbench.startupEditor": "none",
"workbench.editor.tabSizing": "fit",
"workbench.editor.tabCloseButton": "off",
"workbench.activityBar.visible": true,
"editor.minimap.renderCharacters": false,
"editor.lineHeight": 33,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.renderIndentGuides": true,
"editor.rulers": [
120
],
"editor.tabSize": 2,
"editor.cursorStyle": "block",
"editor.renderWhitespace": "all",
"editor.colorDecorators": false,
"editor.fontWeight": "400",
// Window
"window.openFilesInNewWindow": "on",
"window.restoreWindows": "none",
// Breadcrumbs
"breadcrumbs.enabled": true,
// Git, GitLens & Github Pull Requests
"git.autofetch": true,
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
// SCSS
"scss.validate": false,
// Others
"npm.enableScriptExplorer": true,
"workbench.iconTheme": "city-lights-icons-vsc-light",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"city-lights-icons-vsc.hidesExplorerArrows": true,
"editor.fontLigatures": false,
"git.path": "/usr/local/bin/git",
"extensions.ignoreRecommendations": false,
"workbench.statusBar.visible": true,
"workbench.colorTheme": "Yell",
"eslint.enable": false,
"eslint.packageManager": "yarn",
"workbench.tree.renderIndentGuides": "none",
"todo-tree.highlights.enabled": true,
"editor.fontSize": 14,
"window.zoomLevel": 0,
"workbench.sideBar.location": "right",
"editor.fontFamily": "Jetbrains Mono, Menlo, Monaco, 'Courier New', monospace"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment