Last active
February 16, 2019 10:59
-
-
Save zanuka/97826e3b9d62480f099e43bbb92b8901 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains 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
{"lastUpload":"2019-02-16T10:59:48.667Z","extensionVersion":"v3.2.5"} |
This file contains 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
[ | |
{ | |
"metadata": { | |
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc", | |
"publisherId": "alefragnani.Bookmarks", | |
"publisherDisplayName": "alefragnani" | |
}, | |
"name": "Bookmarks", | |
"publisher": "alefragnani", | |
"version": "10.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.2.5" | |
}, | |
{ | |
"metadata": { | |
"id": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4", | |
"publisherId": "Dart-Code.dart-code", | |
"publisherDisplayName": "Dart-Code" | |
}, | |
"name": "dart-code", | |
"publisher": "Dart-Code", | |
"version": "2.22.3" | |
}, | |
{ | |
"metadata": { | |
"id": "f6c3ec04-6057-4d9c-b997-69cba07a6158", | |
"publisherId": "Dart-Code.flutter", | |
"publisherDisplayName": "Dart-Code" | |
}, | |
"name": "flutter", | |
"publisher": "Dart-Code", | |
"version": "2.22.3" | |
}, | |
{ | |
"metadata": { | |
"id": "98790d67-10fa-497c-9113-f6c7489207b2", | |
"publisherId": "yzhang.markdown-all-in-one", | |
"publisherDisplayName": "yzhang" | |
}, | |
"name": "markdown-all-in-one", | |
"publisher": "yzhang", | |
"version": "2.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86", | |
"publisherId": "christian-kohler.path-intellisense", | |
"publisherDisplayName": "christian-kohler" | |
}, | |
"name": "path-intellisense", | |
"publisher": "christian-kohler", | |
"version": "1.4.2" | |
}, | |
{ | |
"metadata": { | |
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4", | |
"publisherId": "ms-vscode.sublime-keybindings", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "sublime-keybindings", | |
"publisher": "ms-vscode", | |
"version": "4.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d477f472-4e0f-4b5c-bb35-b7c157fa4eb8", | |
"publisherId": "rafamel.subtle-brackets", | |
"publisherDisplayName": "rafamel" | |
}, | |
"name": "subtle-brackets", | |
"publisher": "rafamel", | |
"version": "3.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f5d7ffda-c1d6-4070-ba80-803c705a1ee6", | |
"publisherId": "monokai.theme-monokai-pro-vscode", | |
"publisherDisplayName": "monokai" | |
}, | |
"name": "theme-monokai-pro-vscode", | |
"publisher": "monokai", | |
"version": "1.1.9" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "PeterJausovec.vscode-docker", | |
"publisherDisplayName": "PeterJausovec" | |
}, | |
"name": "vscode-docker", | |
"publisher": "PeterJausovec", | |
"version": "0.5.2" | |
} | |
] |
This file contains 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
// Empty |
This file contains 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": "alt+cmd+\\", | |
"command": "workbench.action.terminal.new" | |
}, | |
{ | |
"key": "ctrl+shift+`", | |
"command": "-workbench.action.terminal.new" | |
}, | |
{ | |
"key": "alt+w", | |
"command": "workbench.action.closePanel" | |
}, | |
{ | |
"key": "alt+k", | |
"command": "workbench.action.terminal.kill" | |
}, | |
{ | |
"key": "alt+t", | |
"command": "workbench.action.terminal.toggleTerminal" | |
}, | |
{ | |
"key": "ctrl+`", | |
"command": "-workbench.action.terminal.toggleTerminal" | |
}, | |
{ | |
"key": "alt+cmd+o", | |
"command": "outline.focus" | |
}, | |
{ | |
"key": "shift+alt+]", | |
"command": "workbench.action.terminal.focusNext" | |
}, | |
{ | |
"key": "shift+alt+[", | |
"command": "workbench.action.terminal.focusPrevious" | |
}, | |
{ | |
"key": "alt+l", | |
"command": "gitlens.diffLineWithWorking", | |
"when": "editorTextFocus && config.gitlens.keymap == 'alternate' && gitlens:activeFileStatus =~ /tracked/" | |
}, | |
{ | |
"key": "alt+w", | |
"command": "-gitlens.diffLineWithWorking", | |
"when": "editorTextFocus && config.gitlens.keymap == 'alternate' && gitlens:activeFileStatus =~ /tracked/" | |
}, | |
{ | |
"key": "ctrl+l", | |
"command": "workbench.action.splitEditorLeft" | |
}, | |
{ | |
"key": "shift+alt+0", | |
"command": "workbench.action.splitEditorRight" | |
}, | |
{ | |
"key": "ctrl+shift+w", | |
"command": "workbench.action.closeOtherEditors" | |
}, | |
{ | |
"key": "alt+cmd+t", | |
"command": "-workbench.action.closeOtherEditors" | |
}, | |
{ | |
"key": "shift+alt+s", | |
"command": "workbench.action.gotoSymbol" | |
}, | |
{ | |
"key": "shift+cmd+o", | |
"command": "-workbench.action.gotoSymbol" | |
}, | |
{ | |
"key": "shift+cmd+o", | |
"command": "workbench.action.quickOpen" | |
}, | |
{ | |
"key": "cmd+t", | |
"command": "-workbench.action.quickOpen" | |
}, | |
{ | |
"key": "shift+cmd+]", | |
"command": "workbench.action.nextEditor" | |
}, | |
{ | |
"key": "shift+cmd+]", | |
"command": "-workbench.action.nextEditor" | |
}, | |
{ | |
"key": "alt+cmd+u", | |
"command": "editor.unfold", | |
"when": "editorFocus" | |
}, | |
{ | |
"key": "alt+cmd+]", | |
"command": "-editor.unfold", | |
"when": "editorFocus" | |
}, | |
{ | |
"key": "alt+cmd+u", | |
"command": "editor.unfold", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "alt+cmd+]", | |
"command": "-editor.unfold", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "shift+cmd+'", | |
"command": "workbench.action.terminal.focusNextPane", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "alt+cmd+down", | |
"command": "-workbench.action.terminal.focusNextPane", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "shift+cmd+[", | |
"command": "workbench.action.previousEditor" | |
}, | |
{ | |
"key": "shift+cmd+[", | |
"command": "-workbench.action.previousEditor" | |
}, | |
{ | |
"key": "shift+cmd+;", | |
"command": "workbench.action.terminal.focusPreviousPane", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "alt+cmd+left", | |
"command": "-workbench.action.terminal.focusPreviousPane", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "shift+alt+t", | |
"command": "workbench.action.tasks.test" | |
}, | |
{ | |
"key": "alt+=", | |
"command": "workbench.action.debug.continue", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "f5", | |
"command": "-workbench.action.debug.continue", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "alt+cmd+g", | |
"command": "gitlens.showLastQuickPick", | |
"when": "gitlens:enabled && config.gitlens.keymap == 'alternate'" | |
}, | |
{ | |
"key": "alt+-", | |
"command": "-gitlens.showLastQuickPick", | |
"when": "gitlens:enabled && config.gitlens.keymap == 'alternate'" | |
}, | |
{ | |
"key": "alt+-", | |
"command": "workbench.action.debug.stepOver", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "f10", | |
"command": "-workbench.action.debug.stepOver", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "alt+cmd+b", | |
"command": "workbench.debug.viewlet.action.removeAllBreakpoints" | |
}, | |
{ | |
"key": "alt+0", | |
"command": "workbench.action.debug.stepInto", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "f11", | |
"command": "-workbench.action.debug.stepInto", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "alt+9", | |
"command": "workbench.action.debug.stepOut", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "shift+f11", | |
"command": "-workbench.action.debug.stepOut", | |
"when": "inDebugMode" | |
}, | |
{ | |
"key": "shift+alt+c", | |
"command": "breadcrumbs.focus", | |
"when": "breadcrumbsPossible" | |
}, | |
{ | |
"key": "shift+cmd+;", | |
"command": "-breadcrumbs.focus", | |
"when": "breadcrumbsPossible" | |
} | |
] |
This file contains 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
{ | |
"telemetry.enableTelemetry": false, | |
"editor.showFoldingControls": "always", | |
"files.hotExit": "off", | |
"editor.lineNumbers": "on", | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"editor.formatOnPaste": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 13, | |
"editor.fontLigatures": true, | |
"workbench.colorTheme": "Monokai Pro (Filter Machine)", | |
"files.autoSave": "afterDelay", | |
"workbench.colorCustomizations": { | |
"activityBarBadge.background": "#C6FF00", | |
"list.activeSelectionForeground": "#C6FF00", | |
"list.inactiveSelectionForeground": "#C6FF00", | |
"list.highlightForeground": "#C6FF00", | |
"scrollbarSlider.activeBackground": "#C6FF0050", | |
"editorSuggestWidget.highlightForeground": "#C6FF00", | |
"textLink.foreground": "#C6FF00", | |
"progressBar.background": "#C6FF00", | |
"pickerGroup.foreground": "#C6FF00", | |
"tab.activeBorder": "#C6FF00", | |
"notificationLink.foreground": "#C6FF00", | |
"editorWidget.resizeBorder": "#C6FF00", | |
"editorWidget.border": "#C6FF00", | |
"settings.modifiedItemIndicator": "#C6FF00", | |
"settings.headerForeground": "#C6FF00", | |
"panelTitle.activeBorder": "#C6FF00", | |
"breadcrumb.activeSelectionForeground": "#C6FF00", | |
"menu.selectionForeground": "#C6FF00", | |
"menubar.selectionForeground": "#C6FF00" | |
}, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.external.osxExec": "iTerm.app", | |
"terminal.integrated.shell.osx": "/bin/zsh", | |
"editor.minimap.enabled": false, | |
"git.enableSmartCommit": true, | |
"sync.gist": "97826e3b9d62480f099e43bbb92b8901", | |
"editor.lineHeight": 20, | |
"editor.minimap.renderCharacters": false, | |
"workbench.enableExperiments": false, | |
"workbench.settings.openDefaultKeybindings": false, | |
"editor.formatOnSave": true, | |
"workbench.sideBar.location": "left", | |
"editor.matchBrackets": false, | |
"subtleBrackets.style": { | |
"borderColor": "#4CFF33", | |
"borderWidth": "1px" | |
}, | |
"workbench.iconTheme": "Monokai Pro (Filter Machine) Icons", | |
"workbench.startupEditor": "newUntitledFile", | |
"git.autofetch": true, | |
"editor.cursorBlinking": "phase" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment