Last active
December 26, 2021 09:30
-
-
Save quantumchuckles/cd6aed5f605b1320eb8f573d37a47690 to your computer and use it in GitHub Desktop.
vscode settings
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
| aaron-bond.better-comments | |
| aaronpowell.vscode-profile-switcher | |
| adpyke.codesnap | |
| AndrsDC.base16-themes | |
| andys8.jest-snippets | |
| arcticicestudio.nord-visual-studio-code | |
| be5invis.vscode-icontheme-nomo-dark | |
| bradlc.vscode-tailwindcss | |
| christian-kohler.path-intellisense | |
| CoenraadS.bracket-pair-colorizer | |
| dahong.theme-bear | |
| DavidAnson.vscode-markdownlint | |
| dbaeumer.vscode-eslint | |
| donjayamanne.githistory | |
| dsznajder.es7-react-js-snippets | |
| eamodio.gitlens | |
| EditorConfig.EditorConfig | |
| eg2.vscode-npm-script | |
| eppz.eppz-code | |
| esbenp.prettier-vscode | |
| firefox-devtools.vscode-firefox-debug | |
| formulahendry.vscode-mysql | |
| fudd.toggle-zen-mode | |
| GitHub.codespaces | |
| GitHub.copilot | |
| GitHub.github-vscode-theme | |
| GitHub.remotehub | |
| GitHub.vscode-pull-request-github | |
| golang.go | |
| hediet.vscode-drawio | |
| iocave.monkey-patch | |
| jakebathman.mysql-syntax | |
| James-Yu.latex-workshop | |
| jdinhlife.gruvbox | |
| johnpapa.vscode-cloak | |
| kaisun.vscodevimacademy | |
| kameshkotwani.google-search | |
| kamikillerto.vscode-colorize | |
| kevinkyang.auto-comment-blocks | |
| kisstkondoros.vscode-gutter-preview | |
| mhutchie.git-graph | |
| miguelsolorio.fluent-icons | |
| mikestead.dotenv | |
| mongodb.mongodb-vscode | |
| mrmlnc.vscode-pugbeautify | |
| ms-azuretools.vscode-docker | |
| ms-kubernetes-tools.vscode-kubernetes-tools | |
| ms-mssql.data-workspace-vscode | |
| ms-mssql.mssql | |
| ms-mssql.sql-database-projects-vscode | |
| ms-python.python | |
| ms-python.vscode-pylance | |
| ms-toolsai.jupyter | |
| ms-toolsai.jupyter-keymap | |
| ms-toolsai.jupyter-renderers | |
| ms-vscode-remote.remote-containers | |
| ms-vscode.live-server | |
| msjsdiag.debugger-for-chrome | |
| mtxr.sqltools | |
| MULU-github.jsflowchart | |
| naumovs.theme-oceanicnext | |
| oouo-diogo-perdigao.docthis | |
| Orta.vscode-jest | |
| pepri.subtitles-editor | |
| PKief.material-icon-theme | |
| PKief.material-product-icons | |
| rangav.vscode-thunder-client | |
| redhat.vscode-yaml | |
| s-nlf-fh.glassit | |
| sallar.vscode-duotone-dark | |
| Sango.automaton | |
| spaceribs.webvtt-language | |
| TabNine.tabnine-vscode | |
| tldraw-org.tldraw-vscode | |
| vintharas.learn-vim | |
| VisualStudioExptTeam.vscodeintellicode | |
| vscodevim.vim | |
| Vtrois.gitmoji-vscode | |
| WallabyJs.quokka-vscode | |
| WallabyJs.wallaby-vscode | |
| wayou.vscode-todo-highlight | |
| wix.vscode-import-cost | |
| zhuangtongfa.material-theme |
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
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+alt+a", | |
| "command": "workbench.action.toggleActivityBarVisibility" | |
| }, | |
| { | |
| "key": "ctrl+alt+s", | |
| "command": "workbench.action.toggleStatusbarVisibility" | |
| }, | |
| { | |
| "key": "ctrl+alt+n", | |
| "command": "editor.action.toggleMinimap" | |
| }, | |
| { | |
| "key": "ctrl+alt+b", | |
| "command": "-latex-workshop.build", | |
| "when": "!config.latex-workshop.bind.altKeymap.enabled && editorLangId =~ /latex|rsweave|jlweave/" | |
| }, | |
| { | |
| "key": "ctrl+alt+b", | |
| "command": "breadcrumbs.toggle" | |
| }, | |
| { | |
| "key": "ctrl+shift+d o", | |
| "command": "workbench.view.extension.dockerView" | |
| }, | |
| { | |
| "key": "ctrl+shift+d e", | |
| "command": "workbench.view.debug", | |
| "when": "viewContainer.workbench.view.debug.enabled" | |
| }, | |
| { | |
| "key": "ctrl+shift+d", | |
| "command": "-workbench.view.debug", | |
| "when": "viewContainer.workbench.view.debug.enabled" | |
| }, | |
| { | |
| "key": "ctrl+; ;", | |
| "command": "workbench.action.focusPanel" | |
| }, | |
| { | |
| "key": "ctrl+; k", | |
| "command": "workbench.action.terminal.moveToEditor" | |
| }, | |
| { | |
| "key": "ctrl+r", | |
| "command": "-workbench.action.quickOpenNavigateNextInRecentFilesPicker", | |
| "when": "inQuickOpen && inRecentFilesPicker" | |
| }, | |
| { | |
| "key": "ctrl+r alt+r", | |
| "command": "workbench.action.openRecent" | |
| }, | |
| { | |
| "key": "ctrl+r", | |
| "command": "-workbench.action.openRecent" | |
| }, | |
| { | |
| "key": "shift+;", | |
| "command": "vim.showQuickpickCmdLine", | |
| "when": "editorTextFocus && vim.mode != 'Insert'" | |
| }, | |
| { | |
| "key": "ctrl+shift+k u", | |
| "command": "workbench.view.extension.kubernetesView" | |
| }, | |
| { | |
| "key": "ctrl+shift+/", | |
| "command": "editor.action.blockComment", | |
| "when": "editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "ctrl+shift+a", | |
| "command": "-editor.action.blockComment", | |
| "when": "editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "shift+alt+j", | |
| "command": "workbench.action.decreaseViewHeight" | |
| }, | |
| { | |
| "key": "shift+alt+k", | |
| "command": "workbench.action.increaseViewHeight" | |
| }, | |
| { | |
| "key": "shift+alt+l", | |
| "command": "workbench.action.increaseViewWidth" | |
| }, | |
| { | |
| "key": "shift+alt+h", | |
| "command": "workbench.action.decreaseViewWidth" | |
| }, | |
| { | |
| "key": "shift+alt+r", | |
| "command": "workbench.action.evenEditorWidths" | |
| }, | |
| { | |
| "key": "shift+alt+=", | |
| "command": "workbench.action.increaseViewSize" | |
| }, | |
| { | |
| "key": "shift+alt+-", | |
| "command": "workbench.action.decreaseViewSize" | |
| }, | |
| { | |
| "key": "shift+alt+]", | |
| "command": "workbench.action.focusNextGroup" | |
| }, | |
| { | |
| "key": "shift+alt+[", | |
| "command": "workbench.action.focusPreviousGroup" | |
| }, | |
| { | |
| "key": "shift+alt+t", | |
| "command": "automaton.openTerminalInNewEditorGroup" | |
| }, | |
| { | |
| "key": "shift+u", | |
| "command": "extension.vim_ctrl+r", | |
| "when": "textInputFocus && vim.mode != 'Insert'" | |
| }, | |
| ] |
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.suggestSelection": "first", | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "editor.fontSize": 16, | |
| "editor.fontFamily": "'SF Mono','Fira Code','Cascadia Code'", | |
| "editor.fontLigatures": true, | |
| "editor.tabSize": 4, | |
| "explorer.confirmDragAndDrop": false, | |
| "tabnine.experimentalAutoImports": true, | |
| "files.exclude": { | |
| "**/.classpath": true, | |
| "**/.project": true, | |
| "**/.settings": true, | |
| "**/.factorypath": true | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.colorCustomizations": { | |
| "activityBarBadge.background": "#84FFFF", | |
| "activityBar.activeBorder": "#84FFFF", | |
| "list.activeSelectionForeground": "#84FFFF", | |
| "list.inactiveSelectionForeground": "#84FFFF", | |
| "list.highlightForeground": "#84FFFF", | |
| "scrollbarSlider.activeBackground": "#84FFFF50", | |
| "editorSuggestWidget.highlightForeground": "#84FFFF", | |
| "textLink.foreground": "#84FFFF", | |
| "progressBar.background": "#84FFFF", | |
| "pickerGroup.foreground": "#84FFFF", | |
| "tab.activeBorder": "#84FFFF", | |
| "notificationLink.foreground": "#84FFFF", | |
| "editorWidget.resizeBorder": "#84FFFF", | |
| "editorWidget.border": "#84FFFF", | |
| "settings.modifiedItemIndicator": "#84FFFF", | |
| "settings.headerForeground": "#84FFFF", | |
| "panelTitle.activeBorder": "#84FFFF", | |
| "breadcrumb.activeSelectionForeground": "#84FFFF", | |
| "menu.selectionForeground": "#84FFFF", | |
| "menubar.selectionForeground": "#84FFFF", | |
| "editor.findMatchBorder": "#84FFFF", | |
| "selection.background": "#84FFFF40", | |
| "statusBarItem.remoteBackground": "#84FFFF" | |
| }, | |
| "materialTheme.accent": "Sky", | |
| "editor.formatOnSave": true, | |
| "explorer.confirmDelete": false, | |
| "terminal.integrated.fontFamily": "'MesloLGS NF','Fira Code'", | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "editor.insertSpaces": false, | |
| "latex-workshop.bibtex-format.tab": "tab", | |
| "bracketPairColorizer.activeScopeCSS": [ | |
| "borderStyle : solid", | |
| "borderWidth : 1px", | |
| "borderColor : {color}; opacity: 0.5" | |
| ], | |
| "gitlens.gitCommands.skipConfirmations": [ | |
| "fetch:command", | |
| "stash-push:command", | |
| "switch:command", | |
| "branch-create:command" | |
| ], | |
| "prettier.singleQuote": true, | |
| "prettier.tabWidth": 4, | |
| "terminal.integrated.fontSize": 15, | |
| "hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWw7Ym9vdHN0cmFwO21vY2t1cHM7dW1sO3dlYmljb25zXCIsXCJjdXN0b21MaWJyYXJpZXNcIjpbXCJMLnNjcmF0Y2hwYWRcIl0sXCJwbHVnaW5zXCI6W10sXCJyZWNlbnRDb2xvcnNcIjpbXCIwMDAwMDBcIixcIkZGRkZGRlwiLFwiNkFDQTcxXCIsXCJGRjMzMzNcIixcIjMzNjYwMFwiLFwiNjY2NjY2XCIsXCIwMDAwRkZcIixcIkNDMDA2NlwiLFwiOTlGRkZGXCJdLFwiZm9ybWF0V2lkdGhcIjoyNDAsXCJjcmVhdGVUYXJnZXRcIjpmYWxzZSxcInBhZ2VGb3JtYXRcIjp7XCJ4XCI6MCxcInlcIjowLFwid2lkdGhcIjoxOTIwLFwiaGVpZ2h0XCI6MTIwMH0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6dHJ1ZSxcInVpXCI6XCJcIn0ifQ==", | |
| "workbench.productIconTheme": "material-product-icons", | |
| "glassit.step": 9, | |
| "glassit.alpha": 237, | |
| "window.enableMenuBarMnemonics": false, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.colorTheme": "Bear Theme", | |
| "git.enableSmartCommit": true, | |
| "terminal.integrated.profiles.linux": { | |
| "bash": { | |
| "path": "bash", | |
| "icon": "terminal-bash" | |
| }, | |
| "zsh": { | |
| "path": "zsh" | |
| }, | |
| "fish": { | |
| "path": "fish" | |
| }, | |
| "tmux": { | |
| "path": "tmux", | |
| "icon": "terminal-tmux" | |
| }, | |
| "pwsh": { | |
| "path": "pwsh", | |
| "icon": "terminal-powershell" | |
| }, | |
| "zsh (2)": { | |
| "path": "/usr/bin/zsh" | |
| }, | |
| "fish (migrated)": { | |
| "path": "fish", | |
| "args": [] | |
| }, | |
| "JavaScript Debug Terminal": { | |
| "extensionIdentifier": "ms-vscode.js-debug", | |
| "icon": "debug", | |
| "id": "extension.js-debug.debugTerminal", | |
| "title": "JavaScript Debug Terminal" | |
| }, | |
| "sh": { | |
| "path": "/bin/sh" | |
| } | |
| }, | |
| "terminal.integrated.defaultProfile.linux": "fish", | |
| "workbench.editor.enablePreview": false, | |
| "vim.useSystemClipboard": true, | |
| "vim.easymotion": true, | |
| "vim.surround": true, | |
| "vva.trustedDomain": true, | |
| // "window.title": " ", | |
| "vim.insertModeKeyBindings": [ | |
| { | |
| "before": [ | |
| "j", | |
| "j" | |
| ], | |
| "after": [ | |
| "<Esc>" | |
| ] | |
| }, | |
| ], | |
| "vim.normalModeKeyBindings": [ | |
| // { | |
| // "before": [";"], | |
| // "after": [":"] | |
| // }, | |
| { | |
| "before": ["gj"], | |
| "after": ["j"] | |
| }, | |
| { | |
| "before": ["gk"], | |
| "after": ["k"] | |
| }, | |
| { | |
| "before": ["H"], | |
| "after": ["^"] | |
| }, | |
| { | |
| "before": ["L"], | |
| "after": ["$"] | |
| } | |
| ], | |
| "vim.visualModeKeyBindings": [ | |
| // { | |
| // "before": ["<gv"], | |
| // "after": ["<"] | |
| // }, | |
| // { | |
| // "before": [">gv"], | |
| // "after": [">"] | |
| ], | |
| "hediet.vscode-drawio.codeLinkActivated": false, | |
| "editor.lineNumbers":"relative", | |
| "editor.smoothScrolling": true, | |
| "editor.roundedSelection": true, | |
| "editor.cursorSmoothCaretAnimation": true, | |
| "terminal.integrated.gpuAcceleration": "on", | |
| "telemetry.enableCrashReporter": false, | |
| "telemetry.enableTelemetry": false, | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [ | |
| { | |
| "name": "Comment", | |
| "scope": [ | |
| "comment", | |
| "punctuation.definition.comment" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#4A4A4A" | |
| } | |
| }, | |
| { | |
| "name": "Keyword, Storage", | |
| "scope": [ | |
| "Keyword", | |
| "Storage" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "name": "Keyword Control", | |
| "scope": [ | |
| "keyword.control" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name", | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#78dce8" | |
| } | |
| }, | |
| { | |
| "name": "entity.name.method.js", | |
| "scope": [ | |
| "entity.name.method.js" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#82AAFF" | |
| } | |
| }, | |
| { | |
| "name": "Language methods", | |
| "scope": [ | |
| "variable.language" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#FF5370" | |
| } | |
| }, | |
| { | |
| "name": "HTML Attributes", | |
| "scope": [ | |
| "text.html.basic entity.other.attribute-name.html", | |
| "text.html.basic entity.other.attribute-name" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#FFCB6B" | |
| } | |
| }, | |
| { | |
| "name": "Decorators", | |
| "scope": [ | |
| "tag.decorator.js entity.name.tag.js", | |
| "tag.decorator.js punctuation.definition.tag.js" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#82AAFF" | |
| } | |
| }, | |
| { | |
| "name": "ES7 Bind Operator", | |
| "scope": [ | |
| "source.js constant.other.object.key.js string.unquoted.label.js" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#FF5370" | |
| } | |
| }, | |
| { | |
| "name": "Markup - Italic", | |
| "scope": [ | |
| "markup.italic" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic", | |
| //"foreground": "#f07178" | |
| } | |
| }, | |
| { | |
| "name": "Markup - Bold-Italic", | |
| "scope": [ | |
| "markup.bold markup.italic", | |
| "markup.italic markup.bold", | |
| "markup.quote markup.bold", | |
| "markup.bold markup.italic string", | |
| "markup.italic markup.bold string", | |
| "markup.quote markup.bold string" | |
| ], | |
| "settings": { | |
| "fontStyle": "bold" | |
| //"foreground": "#f07178" | |
| } | |
| } | |
| ] | |
| }, | |
| "git.autorefresh": true, | |
| "git.autofetch": true, | |
| "eslint.packageManager": "yarn", | |
| "eslint.validate": [ | |
| "javascript", | |
| "javascriptreact" | |
| ], | |
| "editor.inlineSuggest.enabled": true, | |
| "workbench.editorAssociations": { | |
| "*.ipynb": "jupyter-notebook", | |
| "*.csv": "default", | |
| "*.ods": "default" | |
| }, | |
| "livePreview.notifyOnOpenLooseFile": false, | |
| "jupyter.askForKernelRestart": false, | |
| "git.ignoreRebaseWarning": true, | |
| "terminal.integrated.inheritEnv": false, | |
| "jupyter.logging.level": "error", | |
| "notebook.cellToolbarLocation": { | |
| "default": "right", | |
| "jupyter-notebook": "right" | |
| }, | |
| "hediet.vscode-drawio.theme": "dark", | |
| "jupyter.widgetScriptSources": [ | |
| "jsdelivr.com", | |
| "unpkg.com" | |
| ], | |
| "github.copilot.enable": { | |
| "*": true, | |
| "yaml": false, | |
| "plaintext": false, | |
| "markdown": true, | |
| "javascript": false | |
| }, | |
| "screencastMode.fontSize": 36, | |
| "screencastMode.verticalOffset": 5, | |
| "breadcrumbs.enabled": false, | |
| "redhat.telemetry.enabled": true, | |
| "vs-kubernetes": { | |
| "vscode-kubernetes.helm-path.linux": "/home/shyam/.vs-kubernetes/tools/helm/linux-amd64/helm" | |
| }, | |
| "editor.minimap.enabled": false, | |
| "window.menuBarVisibility": "toggle", | |
| "editor.formatOnPaste": true, | |
| "editor.formatOnType": true, | |
| "bracketPairColorizer.depreciation-notice": false, | |
| "vim.cursorStylePerMode.normal": "underline", | |
| "editor.cursorBlinking": "phase", | |
| "vim.cursorStylePerMode.visual": "block", | |
| "vim.cursorStylePerMode.visualblock": "block", | |
| "vim.cursorStylePerMode.visualline": "block-outline", | |
| "vim.cursorStylePerMode.replace": "underline-thin", | |
| "automaton.list": { | |
| "openTerminalInNewEditorGroup": { | |
| "description" : "opens Terminal in new editor group", | |
| "action" :[ | |
| "workbench.action.newGroupRight", | |
| "workbench.action.focusPanel", | |
| { | |
| "command": "$delay", | |
| "args": { | |
| "delay": 500 | |
| } | |
| }, | |
| "workbench.action.terminal.moveToEditor", | |
| ] | |
| } | |
| }, | |
| "workbench.activityBar.visible": false, | |
| "vim.leader": " ", | |
| "files.autoSave": "onFocusChange", | |
| "workbench.editor.showTabs": false, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "auto-comment-blocks.singleLineBlockOnEnter": true, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment