Created
June 19, 2020 07:37
-
-
Save moeriki/39f588300066cc37dd42a6cf7b060402 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
{ | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[markdown]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"better-comments.tags": [ | |
{ | |
"backgroundColor": "transparent", | |
"color": "#FF2D00", | |
"strikethrough": false, | |
"tag": "!" | |
}, | |
{ | |
"backgroundColor": "transparent", | |
"color": "#3498DB", | |
"strikethrough": false, | |
"tag": "?" | |
}, | |
{ | |
"backgroundColor": "transparent", | |
"color": "#474747", | |
"strikethrough": true, | |
"tag": "//" | |
}, | |
{ | |
"backgroundColor": "transparent", | |
"color": "#FF8C00", | |
"strikethrough": false, | |
"tag": "todo" | |
}, | |
{ | |
"backgroundColor": "transparent", | |
"color": "#98C379", | |
"strikethrough": false, | |
"tag": "*" | |
} | |
], | |
"bracket-pair-colorizer-2.scopeLineCSS": [ | |
"borderStyle : solid", | |
"borderWidth : 1px", | |
"borderColor : #606d75", | |
"opacity: 1" | |
], | |
"breadcrumbs.enabled": true, | |
"cSpell.maxDuplicateProblems": 1, | |
"cSpell.maxNumberOfProblems": 5, | |
"cSpell.userWords": [ | |
"apikey", | |
"backend", | |
"camelcase", | |
"datacenter", | |
"filepath", | |
"gigya", | |
"gitlab", | |
"gmail", | |
"iteratee", | |
"lerna", | |
"medialaan", | |
"middlewares", | |
"millis", | |
"monguru", | |
"polyfill", | |
"preflight", | |
"retryable", | |
"selligent", | |
"validator", | |
"validators", | |
"webapi" | |
], | |
"cfnLint.validateUsingJsonSchema": true, | |
"debug.inlineValues": true, | |
"debug.javascript.codelens.npmScripts": "all", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true | |
}, | |
"editor.cursorBlinking": "expand", | |
"editor.cursorSmoothCaretAnimation": true, | |
"editor.fontFamily": "Operator Mono Lig, Operator Mono, JetBrains Mono, Fira Code, Menlo, monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 15, | |
"editor.formatOnSave": true, | |
"editor.lineHeight": 28, | |
"editor.minimap.enabled": true, | |
"editor.minimap.maxColumn": 80, | |
"editor.minimap.renderCharacters": false, | |
"editor.padding.top": 16, | |
"editor.quickSuggestionsDelay": 100, | |
"editor.renderControlCharacters": true, | |
"editor.renderIndentGuides": true, | |
"editor.renderLineHighlight": "line", | |
"editor.renderWhitespace": "selection", | |
"editor.rulers": [ | |
80, | |
100, | |
120 | |
], | |
"editor.semanticHighlighting.enabled": true, | |
"editor.snippetSuggestions": "top", | |
"editor.suggestSelection": "first", | |
"editor.tabSize": 2, | |
"editor.wordWrapColumn": 120, | |
"editor.wrappingIndent": "indent", | |
"eslint.format.enable": true, | |
"explorer.autoReveal": false, | |
"explorer.compactFolders": true, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.decorations.badges": true, | |
"explorer.incrementalNaming": "smart", | |
"explorer.openEditors.visible": 0, | |
"files.associations": { | |
"*.css": "postcss", | |
"*.jsm": "javascript", | |
"*.ml": "reason", | |
"*.plist": "xml", | |
".firebaserc": "json", | |
".npmrc": "ini", | |
".nycrc": "json" | |
}, | |
"files.defaultLanguage": "javascript", | |
"files.exclude": { | |
"**/.classpath": true, | |
"**/.factorypath": true, | |
"**/.project": true, | |
"**/.settings": true | |
}, | |
"files.hotExit": "onExitAndWindowClose", | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"gitlens.codeLens.enabled": false, | |
"gitlens.currentLine.enabled": false, | |
"gitlens.defaultGravatarsStyle": "monsterid", | |
"gitlens.keymap": "chorded", | |
"gitlens.showWhatsNewAfterUpgrades": false, | |
"gitlens.views.fileHistory.enabled": true, | |
"gitlens.views.lineHistory.enabled": true, | |
"html.format.enable": false, | |
"indentRainbow.colors": [ | |
"rgba(255,255,64,0.10)", | |
"rgba(127,255,127,0.10)", | |
"rgba(255,127,255,0.10)", | |
"rgba(79,236,236,0.10)" | |
], | |
"indentRainbow.ignoreErrorLanguages": [ | |
"*" | |
], | |
"indentRainbow.tabmixColor": "rgba(128,32,96,0.6)", | |
"javascript.format.enable": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"javascript.validate.enable": false, | |
"json.format.enable": false, | |
"launch": { | |
"configurations": [ | |
{ | |
"name": "Attach", | |
"port": 9229, | |
"protocol": "inspector", | |
"request": "attach", | |
"type": "node" | |
}, | |
{ | |
"name": "Attach Legacy", | |
"port": 5858, | |
"protocol": "legacy", | |
"request": "attach", | |
"type": "node" | |
}, | |
{ | |
"name": "Start", | |
"program": "${workspaceFolder}", | |
"request": "launch", | |
"type": "node" | |
}, | |
{ | |
"args": [ | |
"${workspaceFolder}/test" | |
], | |
"name": "Jest", | |
"program": "${workspaceFolder}/node_modules/.bin/jest", | |
"request": "launch", | |
"type": "node" | |
} | |
], | |
"version": "0.2.0" | |
}, | |
"liveshare.account": "moeriki", | |
"liveshare.accountProvider": "github", | |
"liveshare.featureSet": "stable", | |
"markdown.extension.italic.indicator": "_", | |
"markdown.extension.preview.autoShowPreviewToSide": true, | |
"markdown.extension.toc.githubCompatibility": true, | |
"markdownlint.config": { | |
"MD024": { | |
"siblings_only": true | |
} | |
}, | |
"npm-intellisense.scanDevDependencies": true, | |
"npm.enableScriptExplorer": true, | |
"prettier.disableLanguages": [ | |
"javascript", | |
"javascriptreact", | |
"typescript", | |
"typescriptreact" | |
], | |
"prettier.packageManager": "yarn", | |
"prettier.requireConfig": true, | |
"prettier.singleQuote": true, | |
"prettier.trailingComma": "all", | |
"problems.showCurrentInStatus": true, | |
"projectManager.git.baseFolders": [ | |
"/Users/moeriki/Projects" | |
], | |
"projectManager.git.ignoredFolders": [ | |
"build", | |
"dist", | |
"node_modules", | |
"test" | |
], | |
"projectManager.git.maxDepthRecursion": 4, | |
"search.searchOnType": true, | |
"terminal.external.osxExec": "iTerm2.app", | |
"terminal.integrated.confirmOnExit": true, | |
"terminal.integrated.copyOnSelection": true, | |
"terminal.integrated.fontFamily": "MesloLGS NF", | |
"terminal.integrated.fontSize": 14, | |
"timeline.excludeSources": [], | |
"typescript.format.enable": false, | |
"typescript.surveys.enabled": false, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"webhint.enableTelemetry": "enabled", | |
"window.nativeTabs": false, | |
"window.newWindowDimensions": "inherit", | |
"window.restoreFullscreen": true, | |
"window.restoreWindows": "none", | |
"window.title": "${rootName}${separator}${activeEditorShort}", | |
"window.titleBarStyle": "custom", | |
"window.zoomLevel": 0, | |
"workbench.activityBar.visible": true, | |
"workbench.colorCustomizations": { | |
"editorRuler.foreground": "#8a24ff52" | |
}, | |
"workbench.colorTheme": "Moonlight Italic", | |
"workbench.editor.enablePreview": false, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"workbench.editor.highlightModifiedTabs": true, | |
"workbench.editor.revealIfOpen": true, | |
"workbench.editor.showTabs": true, | |
"workbench.fontAliasing": "default", | |
"workbench.iconTheme": "helium-icon-theme", | |
"workbench.list.horizontalScrolling": true, | |
"workbench.sideBar.location": "right", | |
"workbench.startupEditor": "none", | |
"workbench.statusBar.visible": true, | |
"workbench.tree.renderIndentGuides": "onHover", | |
"yaml.customTags": [ | |
"!And mapping", | |
"!And scalar", | |
"!And sequence", | |
"!Base64 mapping", | |
"!Base64 scalar", | |
"!Base64 sequence", | |
"!Cidr mapping", | |
"!Cidr scalar", | |
"!Cidr sequence", | |
"!Equals mapping", | |
"!Equals scalar", | |
"!Equals sequence", | |
"!FindInMap mappping", | |
"!FindInMap scalar", | |
"!FindInMap sequence", | |
"!GetAtt mapping", | |
"!GetAtt scalar", | |
"!GetAtt sequence", | |
"!GetAZs mapping", | |
"!GetAZs scalar", | |
"!GetAZs sequence", | |
"!If mapping", | |
"!If scalar", | |
"!If sequence", | |
"!ImportValue mapping", | |
"!ImportValue scalar", | |
"!ImportValue sequence", | |
"!Join mapping", | |
"!Join scalar", | |
"!Join sequence", | |
"!Not mapping", | |
"!Not scalar", | |
"!Not sequence", | |
"!Or mapping", | |
"!Or scalar", | |
"!Or sequence", | |
"!Ref mapping", | |
"!Ref scalar", | |
"!Ref sequence", | |
"!Select mapping", | |
"!Select scalar", | |
"!Select sequence", | |
"!Split mapping", | |
"!Split scalar", | |
"!Split sequence", | |
"!Sub mapping", | |
"!Sub scalar", | |
"!Sub sequence", | |
"!And", | |
"!If", | |
"!Not", | |
"!Equals", | |
"!Or", | |
"!FindInMap", | |
"!Base64", | |
"!Join", | |
"!Cidr", | |
"!Ref", | |
"!Sub", | |
"!GetAtt", | |
"!GetAZs", | |
"!ImportValue", | |
"!Select", | |
"!Split" | |
], | |
"yaml.format.enable": false, | |
"yaml.schemas": { | |
"file:///Users/moeriki/.vscode/extensions/me-dutour-mathieu.vscode-github-actions-2.2.7/schemas/action.schema.json": "/action.yml", | |
"file:///Users/moeriki/.vscode/extensions/me-dutour-mathieu.vscode-github-actions-2.2.7/schemas/workflow.schema.json": "/.github/workflows/*.yml" | |
}, | |
"yaml.validate": false, | |
"zenMode.fullScreen": false, | |
"debug.toolBarLocation": "docked" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment