Created
October 22, 2018 11:56
-
-
Save mdmartinez/4d090467efe72078c7f2732d71334080 to your computer and use it in GitHub Desktop.
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
| { | |
| "bookmarks.saveBookmarksInProject": true, | |
| "bookmarks.treeview.visible": true, | |
| "workbench.colorTheme": "Material Theme", | |
| "workbench.iconTheme": "vscode-icons", | |
| "workbench.editor.labelFormat": "default", | |
| "debug.toolBarLocation": "docked", | |
| "css_peek.activeLanguages": ["html", "ejs", "erb", "php", "jinja", "js"], | |
| "code-runner.executorMap": { | |
| "javascript": "/usr/local/bin/node" | |
| }, | |
| // "gitProjectManager.ignoredFolders": [ | |
| // "node_modules" | |
| // ], | |
| "jest.pathToJest": "/usr/local/bin/jest", | |
| "beautify.language": { | |
| "js": { | |
| "type": ["json"] | |
| }, | |
| "css": ["css", "scss"], | |
| "html": ["htm", "html"] | |
| }, | |
| "files.associations": { | |
| "*.geojson": "json", | |
| "*.prisma": "graphql" | |
| }, | |
| "editor.fontFamily": "Fira Code", | |
| "editor.fontSize": 14, | |
| "editor.lineHeight": 24, | |
| "editor.tabSize": 4, | |
| "editor.fontLigatures": true, | |
| "editor.showFoldingControls": "always", | |
| "explorer.sortOrder": "default", | |
| "editor.smoothScrolling": true, | |
| "editor.lineNumbers": "on", | |
| "editor.wordWrap": "bounded", | |
| "editor.wordWrapColumn": 120, | |
| "editor.tokenColorCustomizations": { | |
| "comments": "#829199b7" | |
| }, | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact" | |
| }, | |
| "javascript.referencesCodeLens.enabled": true, | |
| "editor.formatOnSave": true, | |
| "eslint.autoFixOnSave": false, | |
| "[javascript]": { | |
| "editor.formatOnSave": true | |
| }, | |
| "[markdown]": { | |
| "editor.formatOnSave": false | |
| }, | |
| "prettier.eslintIntegration": false, | |
| "prettier.singleQuote": true, | |
| "prettier.trailingComma": "es5", | |
| "prettier.jsxBracketSameLine": true, | |
| "eslint.nodePath": "/usr/local/lib/node_modules/eslint/bin", | |
| "eslint.validate": ["javascript", "javascriptreact", "html"], | |
| "tslint.nodePath": "/usr/local/lib/node_modules/tslint/bin", | |
| "jshint.enable": false, | |
| "jshint.nodePath": "/usr/local/lib/node_modules/jshint/bin", | |
| "jshint.options": {}, | |
| // "typescript.npm": "/usr/local/bin/npm", | |
| "markdown.preview.fontFamily": "Avenir Next LT Pro", | |
| "markdown.preview.fontSize": 18, | |
| "markdown.preview.lineHeight": 1.4, | |
| "npm.enableScriptExplorer": true, | |
| "npm-intellisense.packageSubfoldersIntellisense": true, | |
| "liveServer.settings.useLocalIp": false, | |
| // "liveServer.settings.port": 6000, | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "liveServer.settings.donotVerifyTags": true, | |
| "liveServer.settings.port": 5500, | |
| "liveServer.settings.wait": 1, | |
| // "liveServer.settings.CustomBrowser": "chrome", | |
| // "liveServer.settings.ChromeDebuggingAttachment": true, | |
| // "liveServer.settings.AdvanceCustomBrowserCmdLine": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome --remote-debugging-port=9222", | |
| // "liveServer.settings.AdvanceCustomBrowserCmdLine": "/Applications/browsers/Firefox.app/Contents/MacOS/firefox -start-debugger-server", | |
| "liveServer.settings.ignoreFiles": [".vscode/**", "**/*.scss", "**/*.sass"], | |
| "files.autoSave": "onFocusChange", | |
| "files.watcherExclude": { | |
| "**/~/**": true, | |
| "~/**": true, | |
| "**/~": true, | |
| "~": true | |
| }, | |
| // "typescript.tsserver.trace": "verbose", | |
| "vsicons.dontShowNewVersionMessage": true, | |
| "terminal.integrated.fontFamily": "FuraCode Nerd Font", | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.lineHeight": 1.2, | |
| "terminal.integrated.cursorBlinking": false, | |
| "terminal.external.osxExec": "Terminal.app", | |
| "search.location": "panel", | |
| "files.exclude": { | |
| ".asset-cache": true, | |
| ".vscode": true, | |
| ".sass-cache": true, | |
| "**/__pycache__": true, | |
| "**/.Python": true, | |
| "**/*.pyc": true | |
| }, | |
| "workbench.activityBar.visible": false, | |
| "workbench.editor.enablePreview": false, | |
| "workbench.editor.enablePreviewFromQuickOpen": false, | |
| "workbench.colorCustomizations": { | |
| "sideBar.border": "#0f408a", | |
| "sideBar.background": "#1e2b31", | |
| "sideBarSectionHeader.border": "#1e2b31", | |
| "activityBar.border": "#182227", | |
| "activityBar.background": "#182227", | |
| "tab.hoverBorder": "#d15c35c5", | |
| "tab.activeBackground": "#1b262c", | |
| "tab.unfocusedActiveBorder": "#0F408A", | |
| "tab.border": "#1b262c", | |
| "panel.border": "#0f408a", | |
| "editorBracketMatch.border": "#C71585", | |
| "editorGroup.border": "#0f408a", | |
| "statusBar.background": "#0f408a", | |
| "statusBar.foreground": "#d3d3d3", | |
| "statusBar.debuggingBackground": "#15920a", | |
| "statusBar.debuggingForeground": "#d8d8d8", | |
| "editorIndentGuide.activeBackground": "#0F408A", | |
| "activityBarBadge.background": "#FF7042", | |
| "list.activeSelectionForeground": "#FF7042", | |
| "list.inactiveSelectionForeground": "#FF7042", | |
| "list.highlightForeground": "#FF7042", | |
| "scrollbarSlider.activeBackground": "#FF704250", | |
| "editorSuggestWidget.highlightForeground": "#FF7042", | |
| "textLink.foreground": "#FF7042", | |
| "progressBar.background": "#FF7042", | |
| "pickerGroup.foreground": "#FF7042", | |
| "tab.activeBorder": "#FF7042", | |
| "notificationLink.foreground": "#FF7042", | |
| "editorWidget.border": "#FF7042", | |
| "breadcrumb.background": "#1f2b31", | |
| "breadcrumbPicker.background": "#1f2b31", | |
| "breadcrumb.activeSelectionForeground": "#FF7042", | |
| "peekViewEditor.background": "#182227", | |
| "peekViewResult.background": "#202d33", | |
| "panel.background": "#1e2b31", | |
| // "titleBar.activeForeground": "#1c4752", | |
| // "titleBar.inactiveForeground": "#000000CC", | |
| "titleBar.activeBackground": "#182227", | |
| "titleBar.inactiveBackground": "#182227" | |
| // "titleBar.inactiveBackground":"#FF7042" | |
| }, | |
| "window.zoomLevel": 0, | |
| "vsicons.presets.foldersAllDefaultIcon": false, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.snippetSuggestions": "top", | |
| "editor.formatOnPaste": true, | |
| "git.autofetch": true, | |
| "gitlens.advanced.messages": { | |
| "suppressFileNotUnderSourceControlWarning": true, | |
| "suppressLineUncommittedWarning": true, | |
| "suppressNoRepositoryWarning": true, | |
| "suppressShowKeyBindingsNotice": true, | |
| "suppressUpdateNotice": true, | |
| "suppressWelcomeNotice": true | |
| }, | |
| // "gitlens.blame.line.enabled": false, | |
| // "gitlens.annotations.file.hover.changes": false, | |
| // "gitlens.annotations.file.hover.details": false, | |
| // "gitlens.annotations.line.hover.changes": false, | |
| // "gitlens.annotations.line.hover.details": false, | |
| // "gitlens.annotations.file.gutter.hover.changes": false, | |
| // "gitlens.annotations.file.gutter.hover.details": false, | |
| // "gitlens.annotations.file.gutter.hover.wholeLine": false, | |
| // "gitlens.annotations.file.recentChanges.hover.changes": false, | |
| // "gitlens.annotations.file.recentChanges.hover.details": false, | |
| // "gitlens.annotations.line.trailing.hover.changes": false, | |
| // "gitlens.annotations.line.trailing.hover.details": false, | |
| "gitlens.gitExplorer.files.layout": "tree", | |
| "gitlens.defaultGravatarsStyle": "identicon", | |
| "gitlens.advanced.repositorySearchDepth": 3, | |
| "gitlens.showWhatsNewAfterUpgrades": false, | |
| "gitlens.codeLens.enabled": false, | |
| "gitlens.hovers.currentLine.over": "line", | |
| "gitlens.currentLine.enabled": false, | |
| "gitlens.blame.highlight.locations": ["line", "gutter", "overview"], | |
| "gitlens.hovers.enabled": false, | |
| "gitlens.recentChanges.highlight.locations": ["gutter", "line", "overview"], | |
| "gitlens.hovers.currentLine.enabled": false, | |
| "gitlens.keymap": "chorded", | |
| // "python.pythonPath": "/Users/Home/.pyenv/versions/3.6.4/bin/python", | |
| // "python.venvPath": "~/.pyenv", | |
| "gitlens.historyExplorer.enabled": false, | |
| // "gitProjectManager.baseProjectsFolders": [ | |
| // "/Users/Home/Repos" | |
| // ], | |
| // "gitProjectManager.storeRepositoriesBetweenSessions": true, | |
| // "materialTheme.cache.workbench.settings": { | |
| // "themeColours": "Default High Contrast" | |
| // }, | |
| // "gitHistory.displayDescription": "", | |
| // "gitHistory.displayDetail": "${message} | ${name} on ${date}", | |
| // "gitHistory.displayLabel": "", | |
| "explorer.confirmDragAndDrop": false, | |
| "explorer.confirmDelete": false, | |
| "editor.renderIndentGuides": false, | |
| "guides.sendUsagesAndStats": false, | |
| "guides.active.color.dark": "rgba(15, 64, 138, 0.90)", | |
| "guides.active.width": 2, | |
| "guides.indent.backgrounds": ["rgba(24, 34, 39, 0.50)"], | |
| "git.enableSmartCommit": true, | |
| "git.confirmSync": false, | |
| "npm-intellisense.importES6": true, | |
| "npm-intellisense.importQuotes": "'", | |
| "npm-intellisense.importLinebreak": ";\r\n", | |
| "npm-intellisense.importDeclarationType": "const", | |
| "materialTheme.fixIconsRunning": false, | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| "workbench.sideBar.location": "left", | |
| "editor.largeFileOptimizations": false, | |
| "python.unitTest.pyTestEnabled": true, | |
| "projects.checkPaths": true, | |
| "projects.checkDirty": true, | |
| // "projects.statusbarColor": "#FF7042", | |
| "projects.indentationSpaces": 4, | |
| "projects.refreshDepth": 3, | |
| "projects.refreshRoots": ["/Users/Home/Repos"], | |
| // "projects.configPath": "/Users/Home/Repos/Configs", | |
| "projects.statusbarAlignment": "left", | |
| "projects.viewAllEnabled": false, | |
| "files.associations": { | |
| "*.geojson": "json" | |
| }, | |
| "window.nativeTabs": false, | |
| "workbench.editor.tabSizing": "fit", | |
| "workbench.statusBar.visible": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "materialTheme.accentPrevious": "", | |
| "materialTheme.accent": "Orange", | |
| "breadcrumbs.enabled": true, | |
| "python.pythonPath": "/usr/local/bin/python3", | |
| "html.format.wrapAttributes": "aligned-multiple", | |
| "terminal.integrated.shell.osx": "/bin/zsh", | |
| "npm.bin": "/usr/local/bin/npm", | |
| "debug.node.autoAttach": "on", | |
| "github.hosts": [ | |
| { | |
| "host": "https://github.com", | |
| "username": "oauth", | |
| "token": "system" | |
| } | |
| ], | |
| "files.autoSaveDelay": 500, | |
| "todohighlight.isEnable": true, | |
| "todohighlight.keywords": [ | |
| { | |
| "text": "TODO:", | |
| // "color": "hsla(0,0,100,0.8)", | |
| "border": "1px solid #ca522a", | |
| "borderRadius": "3px", //NOTE: using borderRadius along with `border` or you will see nothing change | |
| "backgroundColor": "#ca522a" | |
| //other styling properties goes here ... | |
| }, | |
| { | |
| "text": "TODO!:", | |
| "color": "white", | |
| "border": "1px dotted #C71585", | |
| "borderRadius": "3px", //NOTE: using borderRadius along with `border` or you will see nothing change | |
| "backgroundColor": "#C71585" | |
| //other styling properties goes here ... | |
| }, | |
| { | |
| "text": "TODO?:", | |
| "color": "black", | |
| "border": "1px solid #e6ae5c", | |
| "borderRadius": "3px", //NOTE: using borderRadius along with `border` or you will see nothing change | |
| "backgroundColor": "#e6ae5c" | |
| //other styling properties goes here ... | |
| } | |
| ], | |
| "todohighlight.exclude": [ | |
| "**/node_modules/**", | |
| "**/bower_components/**", | |
| "**/dist/**", | |
| "**/build/**", | |
| "**/.vscode/**", | |
| "**/.github/**", | |
| "**/_output/**", | |
| "**/*.min.*", | |
| "**/*.map", | |
| "**/.next/**", | |
| "**/.history/**", | |
| "**/.cache/**", | |
| "**/public/**" | |
| ], | |
| "editor.fontWeight": "500", | |
| "terminal.integrated.fontWeight": "500", | |
| "window.titleBarStyle": "custom", | |
| "editor.tabCompletion": "on", | |
| "editor.cursorBlinking": "solid", | |
| "todo-tree.defaultHighlight": { | |
| "foreground": "green", | |
| "type": "none" | |
| }, | |
| "todo-tree.customHighlight": { | |
| "TODO": {}, | |
| "FIXME": {} | |
| }, | |
| "indentRainbow.ignoreErrorLanguages": [ | |
| "*" | |
| ], | |
| "telemetry.enableCrashReporter": false, | |
| "local-history.treeLocation": "localHistory", | |
| "workbench.startupEditor": "none" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment