Last active
January 2, 2019 05:35
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
{ | |
"editor.lineHeight": 25, | |
"workbench.editor.enablePreview": false, | |
"editor.fontFamily": "'Fira Code', 'Consolas', 'monospace' ", | |
"workbench.activityBar.visible": false, | |
"editor.minimap.enabled": false, | |
"files.insertFinalNewline": true, | |
"window.menuBarVisibility": "visible", | |
"window.restoreFullscreen": true, | |
"search.smartCase": true, | |
"terminal.integrated.fontSize": 14, | |
"css.lint.duplicateProperties": "error", | |
"css.lint.compatibleVendorPrefixes": "warning", | |
"css.lint.float": "warning", | |
"css.lint.important": "warning", | |
"workbench.statusBar.visible": true, | |
"workbench.statusBar.feedback.visible": false, | |
"search.location": "panel", | |
"[markdown]": { | |
"editor.formatOnSave": true | |
}, | |
"[graphql]": { | |
"editor.formatOnSave": true | |
}, | |
"[json]": { | |
"editor.quickSuggestions": { | |
"strings": true | |
}, | |
"editor.formatOnSave": true | |
}, | |
"gitlens.keymap": "none", | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"node_modules": true | |
}, | |
"terminal.integrated.fontFamily": "Inconsolata for Powerline", | |
"breadcrumbs.enabled": true, | |
"zenMode.hideTabs": false, | |
"tslint.configFile": "../../../arcanist/linters/typescript_linter/tslint.json", | |
"git.ignoreLegacyWarning": true, | |
"editor.tabSize": 2, | |
"editor.fontLigatures": true, | |
"tslint.autoFixOnSave": true, | |
"typescriptHero.imports.insertSpaceBeforeAndAfterImportBraces": false, | |
"typescriptHero.imports.organizeOnSave": false, | |
"typescriptHero.imports.disableImportsSorting": true, | |
"window.zoomLevel": 1, | |
"editor.wordWrap": "on", | |
"emmet.syntaxProfiles": { "javascript": "jsx" }, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": true, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": false, | |
"suppressWelcomeNotice": false | |
}, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"zenMode.centerLayout": false, | |
"workbench.colorCustomizations": { | |
"editorCursor.foreground": "#ffbb00", | |
"editor.background": "#000", | |
"statusBar.background": "#1d1d1d", | |
"editorLineNumber.activeForeground": "#fff", | |
"tab.inactiveBackground": "#1d1d1d", | |
"sideBar.background": "#111", | |
"sideBar.foreground": "#7ab1d5" | |
}, | |
// "editor.tokenColorCustomizations": { | |
// // "comments": "#08a6b47e", | |
// "keywords": "#0799a7", | |
// "functions": "#ff9100", | |
// "variables": "#00b3fa", | |
// "types": "#3debdc" | |
// }, | |
"editor.tokenColorCustomizations": { | |
"comments": "#48697f", | |
"keywords": "#0bb7c7", | |
"functions": "#ff9100", | |
"variables": "#00b3fa", | |
"types": "#ef8d9e", | |
"strings": "#e0714f" | |
}, | |
"editor.renderLineHighlight": "none", | |
"typescript.preferences.importModuleSpecifier": "non-relative", | |
"window.titleBarStyle": "custom", | |
"editor.cursorWidth": 2, | |
"sync.gist": "51fddf6094616dc72e510f3c79019b56", | |
"sync.quietSync": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"window.title": "What I cannot build, I do not understand completely.", | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"git.path": "/usr/bin/git", | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"editor.fontWeight": "500", | |
"editor.letterSpacing": 0.25, | |
"prettier.disableLanguages": [ | |
"vue", | |
"typescriptreact" | |
], | |
"emmet.triggerExpansionOnTab": true, | |
"prettier.singleQuote": true, | |
"breadcrumbs.symbolSortOrder": "name", | |
"gitlens.views.fileHistory.enabled": true, | |
"gitlens.views.lineHistory.enabled": true, | |
"editor.cursorSmoothCaretAnimation": true, | |
// "typescript.tsdk": "../../../.buildenv/lib/node_modules/typescript/lib", | |
"javascript.preferences.importModuleSpecifier": "non-relative", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment