Last active
September 11, 2019 09:48
-
-
Save Bo-Duke/56d426371537a8279cb7b72a3281c86a to your computer and use it in GitHub Desktop.
VS Code 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 | |
| ahmadawais.shades-of-purple | |
| ashrafhadden.dracula-dot-min | |
| bbenoist.QML | |
| ChakrounAnas.turbo-console-log | |
| dbaeumer.vscode-eslint | |
| dotiful.dotfiles-syntax-highlighting | |
| dracula-theme.theme-dracula | |
| eamodio.gitlens | |
| emmanuelbeziat.vscode-great-icons | |
| esbenp.prettier-vscode | |
| fabianlauer.vs-code-xml-format | |
| firefox-devtools.vscode-firefox-debug | |
| GitHub.vscode-pull-request-github | |
| gottfired.css2react | |
| Gruntfuggly.todo-tree | |
| mhutchie.git-graph | |
| mksafi.find-jump | |
| ms-azuretools.vscode-docker | |
| msjsdiag.debugger-for-chrome | |
| OfHumanBondage.react-proptypes-intellisense | |
| Orta.vscode-jest | |
| pflannery.vscode-versionlens | |
| RobbOwen.synthwave-vscode | |
| samrapdev.outrun | |
| SonarSource.sonarlint-vscode | |
| tinkertrain.theme-panda | |
| v4run.transpose | |
| vilicvane.es-quotes | |
| whizkydee.material-palenight-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
| // Placez vos combinaisons de touches dans ce fichier pour remplacer les valeurs par défaut | |
| [ | |
| { | |
| "key": "ctrl+k ctrl+k", | |
| "command": "workbench.action.tasks.runTask" | |
| }, | |
| { | |
| "key": "ctrl+k ctrl+l", | |
| "command": "workbench.action.tasks.test" | |
| }, | |
| { | |
| "key": "ctrl+k ctrl+m", | |
| "command": "workbench.action.editor.changeLanguageMode" | |
| }, | |
| { | |
| "key": "ctrl+k m", | |
| "command": "-workbench.action.editor.changeLanguageMode" | |
| }, | |
| { | |
| "key": "ctrl+k ctrl+m", | |
| "command": "-workbench.extensions.action.showRecommendedKeymapExtensions" | |
| }, | |
| { | |
| "key": "ctrl+shift+alt+s", | |
| "command": "workbench.action.files.saveAll" | |
| }, | |
| { | |
| "key": "shift+alt+k", | |
| "command": "-bookmarks.shrinkSelection", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+alt+k", | |
| "command": "-bookmarks.toggle", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "alt+l", | |
| "command": "editor.action.smartSelect.grow", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "shift+alt+right", | |
| "command": "-editor.action.smartSelect.grow", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "alt+k", | |
| "command": "editor.action.smartSelect.shrink", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "shift+alt+left", | |
| "command": "-editor.action.smartSelect.shrink", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "alt+l", | |
| "command": "-toggleFindInSelection", | |
| "when": "editorFocus" | |
| }, | |
| { | |
| "key": "ctrl+j", | |
| "command": "workbench.action.terminal.toggleTerminal" | |
| }, | |
| { | |
| "key": "ctrl+`", | |
| "command": "-workbench.action.terminal.toggleTerminal" | |
| }, | |
| { | |
| "key": "ctrl+`", | |
| "command": "workbench.action.togglePanel" | |
| }, | |
| { | |
| "key": "ctrl+j", | |
| "command": "-workbench.action.togglePanel" | |
| }, | |
| { | |
| "key": "ctrl+alt+1", | |
| "command": "workbench.action.terminal.focusAtIndex1" | |
| }, | |
| { | |
| "key": "ctrl+alt+2", | |
| "command": "workbench.action.terminal.focusAtIndex2" | |
| }, | |
| { | |
| "key": "ctrl+alt+3", | |
| "command": "workbench.action.terminal.focusAtIndex3" | |
| }, | |
| { | |
| "key": "ctrl+alt+4", | |
| "command": "workbench.action.terminal.focusAtIndex4" | |
| }, | |
| { | |
| "key": "ctrl+d", | |
| "command": "-extension.deleteAllLogMessages" | |
| }, | |
| { | |
| "key": "ctrl+shift+l", | |
| "command": "-extension.displayLogMessage" | |
| }, | |
| { | |
| "key": "ctrl+shift+[Quote]", | |
| "command": "esQuotes.transformBetweenQuotes" | |
| }, | |
| { | |
| "key": "ctrl+;", | |
| "command": "findJump.activate" | |
| }, | |
| { | |
| "key": "ctrl+alt+\\", | |
| "command": "editor.action.jumpToBracket", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+shift+\\", | |
| "command": "-editor.action.jumpToBracket", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+shift+\\", | |
| "command": "editor.action.selectToBracket" | |
| }, | |
| { | |
| "key": "ctrl+shift+a", | |
| "command": "workbench.action.openView" | |
| }, | |
| { | |
| "key": "ctrl+shift+a", | |
| "command": "-editor.action.blockComment", | |
| "when": "editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "alt+b", | |
| "command": "-gitlens.toggleFileBlame", | |
| "when": "editorTextFocus && config.gitlens.keymap == 'alternate' && gitlens:activeFileStatus =~ /blameable/" | |
| }, | |
| { | |
| "key": "alt+b", | |
| "command": "gitlens.toggleFileBlame", | |
| "when": "editorTextFocus && config.gitlens.keymap == 'chorded' && gitlens:activeFileStatus =~ /blameable/" | |
| }, | |
| { | |
| "key": "ctrl+shift+g b", | |
| "command": "-gitlens.toggleFileBlame", | |
| "when": "editorTextFocus && config.gitlens.keymap == 'chorded' && gitlens:activeFileStatus =~ /blameable/" | |
| }, | |
| { | |
| "key": "ctrl+shift+tab", | |
| "command": "workbench.action.focusNextGroup" | |
| }, | |
| { | |
| "key": "ctrl+shift+tab", | |
| "command": "-workbench.action.openPreviousRecentlyUsedEditorInGroup" | |
| }, | |
| { | |
| "key": "ctrl+shift+tab", | |
| "command": "-workbench.action.quickOpenNavigatePreviousInEditorPicker", | |
| "when": "inEditorsPicker && inQuickOpen" | |
| }, | |
| { | |
| "key": "ctrl+[Quote]", | |
| "command": "extension.aceJump.multiChar" | |
| }, | |
| { | |
| "key": "alt+left", | |
| "command": "workbench.action.navigateBack" | |
| }, | |
| { | |
| "key": "ctrl+alt+-", | |
| "command": "-workbench.action.navigateBack" | |
| }, | |
| { | |
| "key": "alt+right", | |
| "command": "workbench.action.navigateForward" | |
| }, | |
| { | |
| "key": "ctrl+shift+-", | |
| "command": "-workbench.action.navigateForward" | |
| } | |
| ] | |
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
| { | |
| /* FONTS & THEMES */ | |
| "workbench.iconTheme": "vscode-great-icons", | |
| "workbench.colorTheme": "Palenight Operator", | |
| "terminal.integrated.fontFamily": "'Iosevka Term'", | |
| "editor.fontFamily": "'Iosevka', 'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'", | |
| "workbench.colorCustomizations": { | |
| "editorIndentGuide.background": "#2c2f49", | |
| "editorIndentGuide.activeBackground": "#353957" | |
| }, | |
| /* LOOK & FEEL */ | |
| "breadcrumbs.enabled": true, | |
| "debug.toolBarLocation": "docked", | |
| "editor.fontSize": 15, | |
| "editor.fontLigatures": true, | |
| "editor.minimap.enabled": false, | |
| "editor.renderIndentGuides": true, | |
| "editor.cursorBlinking": "smooth", | |
| "editor.renderControlCharacters": false, | |
| "editor.cursorSmoothCaretAnimation": true, | |
| "window.zoomLevel": 0, | |
| "window.titleBarStyle": "native", | |
| "window.menuBarVisibility": "toggle", | |
| "workbench.editor.showTabs": false, | |
| "workbench.sideBar.location": "left", | |
| "workbench.activityBar.visible": true, | |
| "workbench.editor.tabSizing": "shrink", | |
| /* INTELLISENSE */ | |
| "editor.snippetSuggestions": "bottom", | |
| // "editor.wordBasedSuggestions": false, | |
| // "javascript.suggest.names": false, | |
| /* PRETTIER */ | |
| "prettier.semi": false, | |
| "prettier.printWidth": 140, | |
| "prettier.singleQuote": true, | |
| "prettier.trailingComma": "all", | |
| "prettier.eslintIntegration": true, | |
| /* GIT */ | |
| "gitlens.keymap": "chorded", | |
| "gitlens.blame.compact": false, | |
| "gitlens.currentLine.enabled": false, | |
| "gitlens.views.search.location": "scm", | |
| "gitlens.views.compare.location": "scm", | |
| "gitlens.defaultGravatarsStyle": "retro", | |
| "gitlens.hovers.currentLine.over": "line", | |
| "gitlens.views.fileHistory.enabled": true, | |
| "gitlens.views.lineHistory.enabled": true, | |
| "gitlens.hovers.currentLine.enabled": false, | |
| "gitlens.views.lineHistory.location": "scm", | |
| "gitlens.views.fileHistory.location": "scm", | |
| "gitlens.views.repositories.location": "scm", | |
| "gitlens.blame.format": "${author|20?} ${ago|14-}", | |
| "gitlens.advanced.messages": { | |
| "suppressCommitHasNoPreviousCommitWarning": false, | |
| "suppressCommitNotFoundWarning": false, | |
| "suppressFileNotUnderSourceControlWarning": false, | |
| "suppressGitVersionWarning": false, | |
| "suppressLineUncommittedWarning": false, | |
| "suppressNoRepositoryWarning": false, | |
| "suppressResultsExplorerNotice": false, | |
| "suppressShowKeyBindingsNotice": true | |
| }, | |
| "git-graph.fetchAvatars": true, | |
| "git-graph.openDiffTabLocation": "Beside", | |
| "git-graph.commitDetailsViewLocation": "Docked to Bottom", | |
| "diffEditor.renderSideBySide": true, | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| "git.autofetch": true, | |
| /* PRIVACY */ | |
| "telemetry.enableCrashReporter": false, | |
| "telemetry.enableTelemetry": false, | |
| /* MISC. */ | |
| "files.insertFinalNewline": true, | |
| "npm.enableScriptExplorer": true, | |
| "editor.selectionClipboard": false, | |
| "editor.multiCursorModifier": "alt", | |
| "explorer.confirmDragAndDrop": false, | |
| "extensions.ignoreRecommendations": true, | |
| "terminal.integrated.confirmOnExit": true, | |
| "terminal.integrated.showExitAlert": false, | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.svn": true, | |
| "**/.hg": true, | |
| "**/CVS": true, | |
| "**/.DS_Store": true, | |
| "**/package-lock.json*": true | |
| }, | |
| "[javascriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment