Skip to content

Instantly share code, notes, and snippets.

@jaywick
Created December 24, 2019 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaywick/cbf319cb7b773a66da5e2de7e6d4115d to your computer and use it in GitHub Desktop.
Save jaywick/cbf319cb7b773a66da5e2de7e6d4115d to your computer and use it in GitHub Desktop.
# via `code --list-extensions | xargs -L 1 echo code --install-extension`
# thanks to https://stackoverflow.com/a/49398449/80428
code --install-extension alefragnani.Bookmarks
code --install-extension andrewmarkle.primer-light
code --install-extension apollographql.vscode-apollo
code --install-extension jaywick.vscode-icontheme-js-nomo
code --install-extension Blodwynn.soysyntaxchecker
code --install-extension chaseadamsio.vscode-theme-neon-night
code --install-extension christian-kohler.path-intellisense
code --install-extension CoenraadS.bracket-pair-colorizer
code --install-extension cssho.vscode-svgviewer
code --install-extension dbaeumer.vscode-eslint
code --install-extension donjayamanne.githistory
code --install-extension DotJoshJohnson.xml
code --install-extension eamodio.gitlens
code --install-extension earshinov.permute-lines
code --install-extension eg2.vscode-npm-script
code --install-extension esbenp.prettier-vscode
code --install-extension fabiospampinato.vscode-git-history
code --install-extension flowtype.flow-for-vscode
code --install-extension hbenl.vscode-test-explorer
code --install-extension ionutvmi.path-autocomplete
code --install-extension janisdd.vscode-edit-csv
code --install-extension jaywick.goto-links
code --install-extension jmredfern.sort-selection
code --install-extension jpoissonnier.vscode-styled-components
code --install-extension jtlowe.vscode-icon-theme
code --install-extension letmaik.git-tree-compare
code --install-extension mathiasfrohlich.Kotlin
code --install-extension mdickin.markdown-shortcuts
code --install-extension mhutchie.git-graph
code --install-extension ms-vscode.vscode-typescript-tslint-plugin
code --install-extension ms-vsliveshare.vsliveshare
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension ow.vscode-subword-navigation
code --install-extension pmsandhu.webstorm-icons
code --install-extension redhat.vscode-yaml
code --install-extension rtbenfield.vscode-jest-test-adapter
code --install-extension Shan.code-settings-sync
code --install-extension VisualStudioExptTeam.vscodeintellicode
code --install-extension WallabyJs.quokka-vscode
code --install-extension wayou.vscode-todo-highlight
code --install-extension whizkydee.material-palenight-theme
code --install-extension wmaurer.change-case
// [
// {
// "key": "cmd+t",
// "command": "workbench.action.files.newUntitledFile"
// },
// {
// "key": "cmd+b",
// "command": "editor.action.goToDeclaration"
// },
// {
// "key": "f11",
// "command": "workbench.action.toggleZenMode"
// },
// {
// "key": "cmd+w",
// "command": "workbench.action.terminal.kill",
// "when": "terminalFocus"
// },
// {
// "key": "f1",
// "command": "editor.action.previewDeclaration"
// },
// {
// "key": "cmd+shift+n",
// "command": "explorer.newFolder"
// },
// {
// "key": "cmd+n",
// "command": "explorer.newFile"
// },
// {
// "key": "ctrl+shift+tab",
// "command": "workbench.action.previousEditor"
// },
// {
// "key": "ctrl+tab",
// "command": "workbench.action.nextEditor"
// },
// {
// "key": "cmd+p",
// "command": "workbench.action.quickOpen"
// },
// {
// "key": "cmd+escape",
// "command": "workbench.action.tasks.runTask"
// },
// {
// "key": "cmd+alt+f",
// "command": "editor.action.format"
// },
// {
// "key": "cmd+r",
// "command": "editor.action.showReferences"
// },
// {
// "key": "cmd+shift+s",
// "command": "workbench.action.files.saveAll"
// },
// {
// "key": "cmd+e",
// "command": "workbench.action.files.revealActiveFileInWindows"
// },
// {
// "key": "ctrl+p",
// "command": "editor.action.triggerParameterHints"
// },
// {
// "key": "cmd+r",
// "command": "editor.action.referenceSearch.trigger"
// },
// {
// "key": "cmd+[",
// "command": "editor.fold",
// "when": "editorFocus"
// },
// {
// "key": "cmd+shift+[",
// "command": "editor.foldAll",
// "when": "editorFocus"
// },
// {
// "key": "cmd+]",
// "command": "editor.unfold",
// "when": "editorFocus"
// },
// {
// "key": "cmd+shift+]",
// "command": "editor.unfoldAll",
// "when": "editorFocus"
// },
// {
// "key": "cmd+0",
// "command": "workbench.action.zoomReset",
// "when": "editorFocus"
// },
// {
// "key": "cmd+alt+shift+k",
// "command": "workbench.action.openGlobalKeybindings"
// },
// {
// "key": "cmd+shift+o",
// "command": "workbench.action.files.openFolder"
// },
// {
// "key": "cmd+shift+w",
// "command": "workbench.action.closeOtherEditors"
// },
// // {
// // "key": "cmd+q",
// // "command": "workbench.action.closeAllEditors"
// // },
// {
// "key": "alt+`",
// "command": "workbench.files.action.focusFilesExplorer"
// },
// {
// "key": "cmd+end",
// "command": "workbench.action.tasks.terminate"
// },
// {
// "key": "cmd+pausebreak",
// "command": "workbench.action.debug.pause"
// },
// {
// "key": "alt+w",
// "command": "editor.action.toggleWordWrap"
// },
// {
// "key": "cmd+shift+alt+n",
// "command": "workbench.action.newWindow"
// },
// {
// "key": "cmd+t",
// "command": "workbench.action.files.newUntitledFile"
// },
// {
// "key": "cmd+k cmd+d",
// "command": "editor.action.formatDocument"
// },
// {
// "key": "cmd+shift+a",
// "command": "editor.action.sortLinesAscending"
// },
// {
// "key": "shift+enter",
// "command": "editor.action.joinLines",
// "when": "editorTextFocus"
// },
// {
// "key": "alt+f9",
// "command": "editor.debug.action.selectionToRepl"
// },
// {
// "key": "shift+f9",
// "command": "editor.debug.action.selectionToRepl"
// },
// // {
// // "key": "ctrl+alt+left",
// // "command": "subwordNavigation.cursorSubwordLeft",
// // "when": "editorTextFocus"
// // },
// // {
// // "key": "ctrl+alt+right",
// // "command": "subwordNavigation.cursorSubwordRight"
// // },
// // {
// // "key": "ctrl+alt+shift+left",
// // "command": "subwordNavigation.cursorSubwordLeftSelect"
// // },
// // {
// // "key": "ctrl+alt+shift+right",
// // "command": "subwordNavigation.cursorSubwordRightSelect"
// // },
// // {
// // "key": "alt+backspace",
// // "command": "subwordNavigation.deleteSubwordLeft"
// // },
// // {
// // "key": "alt+delete",
// // "command": "subwordNavigation.deleteSubwordRight"
// // },
// {
// "key": "f6",
// "command": "workbench.action.tasks.runTask"
// },
// {
// "key": "f1",
// "command": "workbench.action.showCommands"
// },
// {
// "key": "ctrl+shift+alt+f11",
// "command": "workbench.action.openWorkspaceSettings"
// },
// {
// "key": "cmd+b",
// "command": "md-shortcut.toggleBold",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+shift+1",
// "command": "md-shortcut.toggleTitleH1",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+shift+2",
// "command": "md-shortcut.toggleTitleH2",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+shift+3",
// "command": "md-shortcut.toggleTitleH3",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+shift+4",
// "command": "md-shortcut.toggleTitleH4",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+.",
// "command": "md-shortcut.toggleBullets",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+shift+8",
// "command": "md-shortcut.toggleBullets",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+k",
// "command": "md-shortcut.toggleInlineCode",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+l",
// "command": "md-shortcut.toggleLink",
// "when": "editorTextFocus && editorLangId == 'markdown'"
// },
// {
// "key": "cmd+,",
// "command": "workbench.action.quickOpen"
// },
// {
// "key": "alt+n",
// "command": "workbench.action.files.openFileInNewWindow"
// },
// {
// "key": "ctrl+shift+alt+f12",
// "command": "workbench.action.openGlobalKeybindingsFile"
// },
// {
// "key": "cmd+shift+h",
// "command": "workbench.action.openRecent"
// },
// {
// "key": "f7",
// "command": "workbench.action.tasks.test"
// },
// {
// "key": "cmd+m",
// "command": ""
// },
// {
// "key": "cmd+w",
// "when": "!editorIsOpen"
// },
// {
// "key": "shift+cmd+w",
// "command": "-workbench.action.closeWindow"
// },
// {
// "key": "cmd+q",
// "command": "workbench.action.closeWindow"
// },
// {
// "key": "shift+cmd+j",
// "command": "-workbench.action.search.toggleQueryDetails",
// "when": "searchViewletVisible"
// },
// {
// "key": "shift+cmd+j",
// "command": "extension.gotoJira"
// },
// // {
// // "key": "alt+left",
// // "command": "workbench.action.navigateBack"
// // },
// // {
// // "key": "alt+right",
// // "command": "workbench.action.navigateForward"
// // },
// ]
[
{
"key": "shift+cmd+e",
"command": "revealFileInOS"
},
{
"key": "f6",
"command": "workbench.action.tasks.runTask"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "shift+cmd+]",
"command": "-workbench.action.nextEditor"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "alt+cmd+left",
"command": "-workbench.action.previousEditor"
},
{
"key": "cmd+f12",
"command": "-editor.action.goToImplementation",
"when": "editorHasImplementationProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "f12",
"command": "-editor.action.goToDeclaration",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "alt+i",
"command": "editor.action.triggerParameterHints",
"when": "editorHasSignatureHelpProvider && editorTextFocus"
},
{
"key": "shift+cmd+space",
"command": "-editor.action.triggerParameterHints",
"when": "editorHasSignatureHelpProvider && editorTextFocus"
},
{
"key": "ctrl+shift+c",
"command": "git.checkout"
},
{
"key": "ctrl+shift+f",
"command": "git.fetch"
},
{
"key": "shift+cmd+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+cmd+s",
"command": "-workbench.action.files.saveAll"
},
{
"key": "shift+cmd+s",
"command": "-workbench.action.files.saveAs"
},
{
"key": "f6",
"command": "workbench.action.tasks.runTask"
},
{
"key": "ctrl+t",
"command": "workbench.action.tasks.runTask"
},
{
"key": "ctrl+shift+t",
"command": "workbench.action.tasks.test"
},
{
"key": "cmd+t",
"command": "workbench.action.files.newUntitledFile",
"when": "!terminalFocus"
},
{
"key": "cmd+n",
"command": "-workbench.action.files.newUntitledFile",
"when": "!terminalFocus"
},
{
"key": "cmd+n",
"command": "explorer.newFile"
},
{
"key": "alt+cmd+left",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+-",
"command": "-workbench.action.navigateBack"
},
{
"key": "alt+cmd+right",
"command": "workbench.action.navigateForward"
},
{
"key": "ctrl+shift+-",
"command": "-workbench.action.navigateForward"
},
{
"key": "alt+k",
"command": "extension.changeCase.kebab"
},
{
"key": "alt+c",
"command": "extension.changeCase.constant"
},
{
"key": "alt+p",
"command": "extension.changeCase.pascal"
},
{
"key": "alt+u",
"command": "extension.changeCase.upper"
},
{
"key": "alt+m",
"command": "extension.changeCase.camel"
},
{
"key": "alt+s",
"command": "extension.changeCase.snake"
},
{
"key": "shift+cmd+a",
"command": "editor.action.sortLinesAscending"
},
{
"key": "ctrl+shift+u",
"command": "workbench.action.tasks.runTask",
"args": "📸 Update snapshots"
},
{
"key": "ctrl+shift+s",
"command": "workbench.action.tasks.runTask",
"args": "⭐️ Run storybooks"
},
{
"key": "ctrl+shift+cmd+down",
"command": "editor.action.marker.nextInFiles",
"when": "editorFocus && !editorReadonly"
},
{
"key": "f8",
"command": "-editor.action.marker.nextInFiles",
"when": "editorFocus && !editorReadonly"
},
{
"key": "cmd+q",
"command": "-workbench.action.quit"
},
{
"key": "cmd+q",
"command": "workbench.action.closeWindow"
},
{
"key": "cmd+w",
"command": "-workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups && !terminalFocus"
},
{
"key": "shift+cmd+w",
"command": "-workbench.action.closeWindow",
"when": "!terminalFocus"
},
{
"key": "shift+cmd+w",
"command": "workbench.action.closeOtherEditors"
},
{
"key": "alt+cmd+t",
"command": "-workbench.action.closeOtherEditors"
},
{
"key": "ctrl+left",
"command": "workbench.action.terminal.sendSequence",
"args": { "text": "\u001bb" }
},
{
"key": "ctrl+right",
"command": "workbench.action.terminal.sendSequence",
"args": { "text": "\u001bf" }
},
{
"key": "shift+cmd+[",
"command": "editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "cmd+k cmd+0",
"command": "-editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "cmd+]",
"command": "editor.unfold",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+]",
"command": "-editor.unfold",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+]",
"command": "editor.unfoldAll",
"when": "editorTextFocus"
},
{
"key": "cmd+k cmd+j",
"command": "-editor.unfoldAll",
"when": "editorTextFocus"
},
{
"key": "cmd+[",
"command": "editor.fold",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+[",
"command": "-editor.fold",
"when": "editorTextFocus"
},
{
"key": "alt+b",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+k",
"command": "-bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+cmd+right",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+l",
"command": "-bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+cmd+left",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+j",
"command": "-bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "cmd+enter",
"command": "editor.action.joinLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+j",
"command": "-editor.action.joinLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+cmd+left",
"command": "gitlens.diffWithPrevious"
},
{
"key": "ctrl+shift+cmd+right",
"command": "gitlens.diffWithNext"
},
{
"key": "cmd+'",
"command": "workbench.action.gotoSymbol"
},
{
"key": "shift+cmd+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "shift+cmd+n",
"command": "explorer.newFolder"
},
{
"key": "ctrl+p",
"command": "-workbench.action.quickOpenSelectPrevious",
"when": "inQuickOpen"
},
{
"key": "ctrl+j",
"command": "workbench.action.tasks.runTask",
"args": "🃏 Jest: current file"
},
{
"key": "shift+cmd+b",
"command": "editor.action.referenceSearch.trigger",
"when": "editorHasReferenceProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
},
{
"key": "shift+f12",
"command": "-editor.action.referenceSearch.trigger",
"when": "editorHasReferenceProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
},
{
"key": "ctrl+p",
"command": "-cursorUp",
"when": "textInputFocus"
},
{
"key": "shift+alt+cmd+b",
"command": "bookmarks.listFromAllFiles"
},
{
"key": "alt+d",
"command": "insertSnippet",
"args": { "name": "debugger" },
"when": "editorTextFocus"
},
{
"key": "cmd+b",
"command": "editor.action.revealDefinition",
"when": "editorHasDefinitionProvider && !isInEmbeddedEditor"
},
{
"key": "cmd+alt+b",
"command": "editor.action.goToDeclaration",
"when": "editorHasDefinitionProvider && !isInEmbeddedEditor"
},
{
"key": "ctrl+shift+cmd+a",
"command": "editor.action.sortLinesDescending"
},
{
"key": "alt+a",
"command": "extension.sortSelection"
},
{
"key": "alt+l",
"command": "editor.action.transformToLowercase"
},
{
"key": "alt+u",
"command": "editor.action.transformToUppercase"
},
{
"key": "shift+cmd+enter",
"command": "-search.action.replaceAllInFolder",
"when": "folderMatchFocus && replaceActive && searchViewletVisible"
},
{
"key": "shift+cmd+enter",
"command": "-search.action.replaceAllInFile",
"when": "fileMatchFocus && replaceActive && searchViewletVisible"
},
{
"key": "shift+cmd+enter",
"command": "-editor.action.insertLineBefore",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+enter",
"command": "editor.action.fixAll"
},
{
"key": "cmd+k cmd+d",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+f",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+cmd+n",
"command": "workbench.action.newWindow"
},
{
"key": "shift+cmd+n",
"command": "-workbench.action.newWindow"
},
{
"key": "cmd+n",
"command": "workbench.action.terminal.new",
"when": "terminalFocus"
},
{
"key": "cmd+t",
"command": "workbench.action.terminal.split",
"when": "terminalFocus"
},
{
"key": "cmd+w",
"command": "workbench.action.terminal.kill",
"when": "terminalFocus"
},
{
"key": "ctrl+tab",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.terminal.focusPrevious",
"when": "terminalFocus"
},
{
"key": "ctrl+e",
"command": "workbench.view.explorer"
},
{
"key": "shift+cmd+e",
"command": "-workbench.view.explorer"
},
{
"key": "cmd+g",
"command": "workbench.action.gotoLine"
},
{
"key": "ctrl+g",
"command": "-workbench.action.gotoLine"
},
{
"key": "shift+cmd+f",
"command": "workbench.action.findInFiles"
},
{
"key": "shift+cmd+f",
"command": "-workbench.action.findInFiles"
},
{
"key": "cmd+,",
"command": "-workbench.action.openSettings"
},
{
"key": "cmd+,",
"command": "workbench.action.openSettings2"
},
{
"key": "shift+cmd+,",
"command": "workbench.action.openSettingsJson"
}
]
{
"editor.fontFamily": "Dank Mono",
"editor.fontSize": 16,
"editor.minimap.renderCharacters": false,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.colorTheme": "Palenight Operator",
"javascript.implicitProjectConfig.checkJs": true,
"javascript.preferences.quoteStyle": "single",
"window.title": "${folderName}${separator}${activeEditorMedium}",
"git.enableSmartCommit": true,
"terminal.integrated.cursorBlinking": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.preferences.quoteStyle": "single",
"files.associations": {
"*.js": "javascriptreact",
"*.flow": "plaintext",
"*.har": "json"
},
"eslint.trace.server": "messages",
"explorer.confirmDragAndDrop": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"git.confirmSync": false,
"todohighlight.isCaseSensitive": false,
"editor.fontLigatures": true,
"editor.tokenColorCustomizations": {
"[Pure Code]": {
"textMateRules": [
{
"scope": "keyword.control",
"settings": {
"fontStyle": ""
}
},
{
"scope": "keyword.operator",
"settings": {
"fontStyle": ""
}
},
{
"scope": "variable.parameter",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "entity.name.function",
"settings": {
"fontStyle": "italic",
"foreground": "#ececec"
}
},
{
"scope": "string,punctuation.definition.string",
"settings": {
"foreground": "#e7b6d1"
}
},
{
"scope": "string.template",
"settings": {
"foreground": "#e9d7e1"
}
}
]
}
},
"terminal.integrated.fontWeightBold": "900",
// "workbench.colorCustomizations": {
// "activityBarBadge.background": "#5C6BC0",
// "list.activeSelectionForeground": "#5C6BC0",
// "list.inactiveSelectionForeground": "#5C6BC0",
// "list.highlightForeground": "#5C6BC0",
// "scrollbarSlider.activeBackground": "#5C6BC050",
// "editorSuggestWidget.highlightForeground": "#5C6BC0",
// "textLink.foreground": "#5C6BC0",
// "progressBar.background": "#5C6BC0",
// "pickerGroup.foreground": "#5C6BC0",
// "tab.activeBorder": "#5C6BC0",
// "notificationLink.foreground": "#5C6BC0",
// "editorWidget.resizeBorder": "#5C6BC0",
// "editorWidget.border": "#5C6BC0",
// "settings.modifiedItemIndicator": "#5C6BC0",
// "settings.modifiedItemForeground": "#5C6BC0",
// "settings.headerForeground": "#5C6BC0",
// "panelTitle.activeBorder": "#5C6BC0",
// "breadcrumb.activeSelectionForeground": "#5C6BC0",
// "menu.selectionForeground": "#5C6BC0",
// "menubar.selectionForeground": "#5C6BC0"
// },
"workbench.colorCustomizations": {
// "[Dracula]": {
// "sideBar.background": "#282A36",
// "sideBar.border": "#282A36",
// "activityBar.border": "#282A36",
// "activityBar.background": "#282A36",
// },
// "[Dracula Italics]": {
// "sideBar.background": "#282A36",
// "sideBar.border": "#282A36",
// "activityBar.border": "#282A36",
// "activityBar.background": "#282A36",
// },
// "[Pure Code]": {
// "sideBar.background": "#27273F",
// "sideBar.border": "#27273F",
// "activityBar.border": "#27273F",
// },
// "[Firefox Devtools Italic]": {
// "statusBar.background": "#0C0E13",
// "panel.background": "#0C0E13",
// "sideBar.background": "#0C0E13",
// "activityBar.background": "#0C0E13",
// "editorGutter.background": "#0C0E13",
// "input.background": "#0C0E13",
// "input.border": "#161920"
// },
// "[Night Owl]": {
// "statusBar.background": "#0C0E13",
// "panel.background": "#0C0E13",
// "sideBar.background": "#0C0E13",
// "activityBar.background": "#0C0E13",
// "editorGutter.background": "#0C0E13",
// "input.background": "#0C0E13",
// "input.border": "#161920",
// "editor.background": "#0C0E13",
// "editorGroupHeader.tabsBackground": "#0C0E13",
// "scrollbarSlider.background": "#0C0E13",
// "tab.activeBackground": "#423e55",
// "tab.activeBorder": "#865b8f",
// "statusBar.noFolderBackground": "#0C0E13",
// "activityBar.foreground": "#e4eaf5",
// "badge.background": "#454c5f",
// "titleBar.activeBackground": "#0C0E13",
// "titleBar.inactiveBackground": "#0C0E13",
// "foreground": "#ffffff",
// "diffEditor.insertedTextBorder": "#313827",
// "diffEditor.insertedTextBackground": "#313827",
// "diffEditor.removedTextBackground": "#3A1C1F",
// "diffEditor.removedTextBorder": "#3A1C1F",
// "sideBar.foreground": "#e4eaf5",
// "sideBarTitle.foreground": "#ffffff",
// "list.activeSelectionBackground": "#3f4b68",
// "list.inactiveSelectionBackground": "#3d475e",
// "list.inactiveSelectionForeground": "#e4eaf5",
// "list.hoverBackground": "#515d79",
// "statusBar.foreground": "#99a0af",
// "gitDecoration.modifiedResourceForeground": "#86df86",
// "gitDecoration.addedResourceForeground": "#7692ee",
// "gitDecoration.untrackedResourceForeground": "#b9b9b9"
// }
"[Dracula Italics]": {
"editor.background": "#21222C",
"sideBar.background": "#252733",
"sideBar.border": "#252733",
"activityBar.border": "#343746",
"sideBar.foreground": "#ffffff"
},
"[Palenight Operator]": {
"editor.background": "#222433",
"titleBar.activeBackground": "#222433",
"activityBar.background": "#222433",
"activityBar.border": "#222433",
"sideBar.background": "#222433",
"sideBar.border": "#222433",
"terminal.background": "#222433",
"input.background": "#222433",
"panelTitle.activeForeground": "#ffffff",
"panel.border": "#353952",
"panel.background": "#222433",
"titleBar.activeForeground": "#ffffff",
"sideBar.foreground": "#ffffff",
"terminal.ansiBrightWhite": "#ffffff",
"statusBar.debuggingBackground": "#ef5350",
"statusBar.debuggingForeground": "#0b0c11"
}
},
"window.zoomLevel": 0,
"workbench.commandPalette.history": 0,
"editor.snippetSuggestions": "bottom",
"workbench.startupEditor": "readme",
"workbench.statusBar.feedback.visible": false,
"diffEditor.renderSideBySide": false,
// "npm.autoDetect": "off",
// "grunt.autoDetect": "off",
// "jake.autoDetect": "off",
// "gulp.autoDetect": "off",
// "tslint.packageManager": "yarn",
// "npm.packageManager": "yarn",
"explorer.confirmDelete": false,
"workbench.iconTheme": "vscode-icontheme-tangerine-nomo",
"npm.packageManager": "yarn",
"eslint.packageManager": "yarn",
"tslint.packageManager": "yarn",
"terminal.integrated.fontSize": 15,
"editor.suggestSelection": "first",
"editor.fontWeight": "600",
"terminal.integrated.fontWeight": "600",
"editor.renderControlCharacters": false,
"terminal.integrated.fontFamily": "Dank Mono",
"problems.decorations.enabled": false,
"gitTreeCompare.iconsMinimal": true,
"gitTreeCompare.root": "repository",
"gitTreeCompare.diffMode": "full",
"git.autoRepositoryDetection": "subFolders",
"git.defaultCloneDirectory": "~/dev/_temp/",
"terminal.integrated.rendererType": "canvas",
"terminal.integrated.rightClickBehavior": "default",
"terminal.integrated.shellArgs.osx": [],
"terminal.explorerKind": "external",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "",
"typescript.validate.enable": true,
"flow.autoDownloadFlow": false,
"breadcrumbs.symbolSortOrder": "type",
"javascript.updateImportsOnFileMove.enabled": "always",
"search.location": "sidebar",
"todohighlight.keywords": ["@hack", "@fix", "@bug"],
"gitlens.views.fileHistory.location": "scm",
"gitlens.views.lineHistory.enabled": true,
"gitlens.views.search.enabled": false,
"gitlens.views.compare.enabled": false,
"gitlens.mode.statusBar.enabled": false,
"gitlens.views.repositories.location": "scm",
"gitlens.statusBar.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.defaultDateStyle": "absolute",
"gitlens.views.repositories.files.layout": "list",
"gitlens.currentLine.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.advanced.telemetry.enabled": false,
"gitlens.views.repositories.branches.layout": "list",
"gitlens.views.repositories.compact": true,
"diffEditor.ignoreTrimWhitespace": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"atlascode.jira.explorer.enabled": false,
"atlascode.jira.explorer.showOpenIssues": false,
"atlascode.jira.explorer.showAssignedIssues": false,
"atlascode.jira.todoIssues.enabled": false,
"javascript.format.enable": false,
"flow.coverageSeverity": "warn",
"flow.pathToFlow": "${workspaceFolder}/node_modules/bin/flow",
"grunt.autoDetect": "off",
"gulp.autoDetect": "off",
"jake.autoDetect": "off",
"merge-conflict.autoNavigateNextConflict.enabled": true,
"npm.autoDetect": "off",
"editor.renderIndentGuides": false,
"workbench.tree.renderIndentGuides": "none",
"git.pullTags": false,
"typescript.tsc.autoDetect": "off",
"git-graph.commitDetailsViewLocation": "Docked to Bottom",
"git-graph.dateFormat": "Relative",
"git-graph.defaultFileViewType": "File List",
"git-graph.dialog.addTag.pushToRemote": true,
"git-graph.fetchAvatars": true,
"git-graph.fetchAndPrune": true,
"git-graph.initialLoadCommits": 100,
"git-graph.loadMoreCommits": 50,
"git-graph.openDiffTabLocation": "Beside",
"git-graph.showUncommittedChanges": false,
"git-graph.tabIconColourTheme": "grey",
"task.autoDetect": "off",
"workbench.sideBar.location": "left"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment