Place to keep all my settings for various things
{ "terminal.integrated.shell.osx": "/bin/zsh", "terminal.external.osxExec": "iTerm.app", "workbench.colorTheme": "Light+ Tweaked", "workbench.iconTheme": "field-lights-monochrome-minimalistic", "files.autoSave": "afterDelay", "files.autoSaveDelay": 1000, "editor.fontSize": 13, "editor.cursorStyle": "line", "editor.cursorWidth": 1, "editor.cursorBlinking": "blink", "editor.renderIndentGuides": false, "editor.fontWeight": "bold", "editor.minimap.enabled": false, "explorer.confirmDelete": false, "javascript.updateImportsOnFileMove.enabled": "always", "java.errors.incompleteClasspath.severity": "ignore", "explorer.confirmDragAndDrop": false, "window.zoomLevel": 0, "javascript.validate.enable": false, // Enable/disable default JavaScript formatter (For Prettier) "javascript.format.enable": false, // Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules. "prettier.eslintIntegration": true, "git.confirmSync": false, "materialTheme.fixIconsRunning": false, "git.autofetch": true, "breadcrumbs.enabled": true }