Skip to content

Instantly share code, notes, and snippets.

@radixdev
Last active August 20, 2019 20:32
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 radixdev/dc2485dc79883bdf8e7e05b1d98000cb to your computer and use it in GitHub Desktop.
Save radixdev/dc2485dc79883bdf8e7e05b1d98000cb to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist for Work laptop
{"lastUpload":"2019-08-20T19:07:01.697Z","extensionVersion":"v3.4.1"}
[
{
"metadata": {
"id": "fa57ae0e-d21e-40d8-a0bb-a58b5fd9ead3",
"publisherId": "ms-vscode.atom-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "atom-keybindings",
"publisher": "ms-vscode",
"version": "3.0.6"
},
{
"metadata": {
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherDisplayName": "formulahendry"
},
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.9.14"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.1"
},
{
"metadata": {
"id": "719b651d-7703-4294-a299-3116c4e7d47e",
"publisherId": "yorkxin.coffeescript-support",
"publisherDisplayName": "yorkxin"
},
"name": "coffeescript-support",
"publisher": "yorkxin",
"version": "0.3.0"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.24.1"
},
{
"metadata": {
"id": "8aa7fd3c-b6fe-42a1-a43c-4299390cf2ef",
"publisherId": "th7org.eco",
"publisherDisplayName": "th7org"
},
"name": "eco",
"publisher": "th7org",
"version": "0.0.2"
},
{
"metadata": {
"id": "3e3ca07d-f131-4910-aa8e-4d015e9f9359",
"publisherId": "Riey.erb",
"publisherDisplayName": "Riey"
},
"name": "erb",
"publisher": "Riey",
"version": "0.1.1"
},
{
"metadata": {
"id": "d36bad53-910d-481a-a7ee-8992450665f6",
"publisherId": "mathiasfrohlich.Kotlin",
"publisherDisplayName": "mathiasfrohlich"
},
"name": "Kotlin",
"publisher": "mathiasfrohlich",
"version": "1.7.0"
},
{
"metadata": {
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherDisplayName": "yzhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "2.4.2"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.8.1"
},
{
"metadata": {
"id": "f327ee76-fca0-4590-a3aa-f46057bdb877",
"publisherId": "noku.rails-run-spec-vscode",
"publisherDisplayName": "noku"
},
"name": "rails-run-spec-vscode",
"publisher": "noku",
"version": "0.1.3"
},
{
"metadata": {
"id": "74087f8d-b363-4d25-874a-70d700eb42a8",
"publisherId": "eamodio.restore-editors",
"publisherDisplayName": "eamodio"
},
"name": "restore-editors",
"publisher": "eamodio",
"version": "0.2.1"
},
{
"metadata": {
"id": "75803e0e-1497-4c5e-8166-0088dedc678f",
"publisherId": "alefragnani.rtf",
"publisherDisplayName": "alefragnani"
},
"name": "rtf",
"publisher": "alefragnani",
"version": "2.0.2"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.24.2"
},
{
"metadata": {
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherDisplayName": "VisualStudioExptTeam"
},
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.1.9"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "shift+cmd+-",
"command": "-workbench.action.zoomOut"
},
{
"key": "shift+cmd+-",
"command": "editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "cmd+k cmd+0",
"command": "-editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+=",
"command": "editor.unfoldAll",
"when": "editorTextFocus"
},
{
"key": "shift+alt+cmd+]",
"command": "-editor.unfoldAll",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+=",
"command": "-workbench.action.zoomIn"
},
{
"key": "cmd+-",
"command": "-workbench.action.zoomOut"
},
{
"key": "cmd+-",
"command": "editor.fold",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+[",
"command": "-editor.fold",
"when": "editorTextFocus"
},
{
"key": "cmd+=",
"command": "-workbench.action.zoomIn"
},
{
"key": "cmd+=",
"command": "editor.unfold",
"when": "editorTextFocus"
},
{
"key": "alt+cmd+]",
"command": "-editor.unfold",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "cmd+l",
"command": "-expandLineSelection",
"when": "editorTextFocus"
},
{
"key": "cmd+l",
"command": "-expandLineSelection",
"when": "textInputFocus"
},
{
"key": "cmd+l",
"command": "editor.action.deleteLines",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+up",
"command": "-workbench.action.terminal.selectToPreviousCommand",
"when": "terminalFocus"
},
{
"key": "shift+cmd+up",
"command": "-cursorTopSelect",
"when": "textInputFocus"
},
{
"key": "shift+cmd+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+cmd+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+down",
"command": "-workbench.action.terminal.selectToNextCommand",
"when": "terminalFocus"
},
{
"key": "shift+cmd+down",
"command": "-cursorBottomSelect",
"when": "textInputFocus"
},
{
"key": "shift+cmd+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+d",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "alt+down",
"command": "-markdown.extension.onMoveLineDown",
"when": "editorTextFocus && !editorReadonly && !suggestWidgetVisible && editorLangId == 'markdown'"
},
{
"key": "shift+cmd+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+cmd+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "alt+right",
"command": "-restoreEditors.key.right",
"when": "restoreEditors:key:right"
},
{
"key": "shift+cmd+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "editor.action.smartSelect.expand",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+cmd+right",
"command": "-editor.action.smartSelect.expand",
"when": "editorTextFocus"
},
{
"key": "alt+down",
"command": "editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+cmd+left",
"command": "-editor.action.smartSelect.shrink",
"when": "editorTextFocus"
}
]
{
"atomKeymap.promptV3Features": true,
"editor.formatOnPaste": true,
"window.zoomLevel": 0,
"editor.codeLens": false,
"editor.dragAndDrop": false,
"editor.minimap.renderCharacters": false,
"editor.hideCursorInOverviewRuler": true,
// StatusBar color:
"workbench.colorCustomizations": {
"statusBar.background": "#303030",
"statusBar.noFolderBackground": "#222225",
"statusBar.debuggingBackground": "#511f1f"
},
"editor.minimap.enabled": false,
"breadcrumbs.enabled": true,
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDragAndDrop": false,
"git.enableSmartCommit": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"java.errors.incompleteClasspath.severity": "ignore",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabSizing": "shrink",
"window.restoreWindows": "all",
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"files.autoSave": "onFocusChange",
"python.jediEnabled": false,
"easyRedis.address": "redis://127.0.0.1:6379",
"sync.autoUpload": true,
"sync.gist": "dc2485dc79883bdf8e7e05b1d98000cb",
"sync.quietSync": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment