Skip to content

Instantly share code, notes, and snippets.

@JrogeT
Last active July 25, 2022 14:56
Show Gist options
  • Save JrogeT/1f7965c87413a729594603c81033da43 to your computer and use it in GitHub Desktop.
Save JrogeT/1f7965c87413a729594603c81033da43 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-07-25T14:56:15.657Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "23c4aeee-f844-43cd-b53e-1113e483f1a6",
"publisherId": "GitHub.copilot",
"publisherDisplayName": "GitHub"
},
"name": "copilot",
"publisher": "GitHub",
"version": "1.34.6280"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "12.1.2"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "9.5.0"
},
{
"metadata": {
"id": "6959958f-be4d-42c4-8aa4-dc2c2f086b0a",
"publisherId": "equinusocio.vsc-material-theme-icons",
"publisherDisplayName": "equinusocio"
},
"name": "vsc-material-theme-icons",
"publisher": "equinusocio",
"version": "2.3.1"
},
{
"metadata": {
"id": "f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3",
"publisherId": "WakaTime.vscode-wakatime",
"publisherDisplayName": "WakaTime"
},
"name": "vscode-wakatime",
"publisher": "WakaTime",
"version": "18.1.6"
}
]
{
"telemetry.machineId": "58cfe16d878baefab7339e0ffaaac446b4f83fe75e26ccc42a8c264aad62e32a",
"theme": "vs",
"themeBackground": "#ffffff",
"windowSplash": {
"baseTheme": "vs",
"colorInfo": {
"foreground": "#616161",
"background": "#ffffff",
"editorBackground": "#ffffff",
"titleBarBackground": "#dddddd",
"activityBarBackground": "#2c2c2c",
"sideBarBackground": "#f3f3f3",
"statusBarBackground": "#007acc",
"statusBarNoFolderBackground": "#68217a"
},
"layoutInfo": {
"sideBarSide": "left",
"editorPartMinWidth": 220,
"titleBarHeight": 30,
"activityBarWidth": 48,
"sideBarWidth": 0,
"statusBarHeight": 22,
"windowBorder": false
}
},
"windowsState": {
"lastActiveWindow": {
"backupPath": "C:\\Users\\jorge.torrez\\AppData\\Roaming\\Code\\Backups\\1658760406104",
"uiState": {
"mode": 0,
"x": 256,
"y": 48,
"width": 1024,
"height": 768
}
},
"openedWindows": []
}
}
{
"sync.gist": "1f7965c87413a729594603c81033da43",
"editor.inlineSuggest.enabled": true,
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorTheme": "Default Light+",
"terminal.integrated.defaultProfile.windows": "Git Bash"
}
{"version":1,"resource":"vscode-userdata:/c%3A/Users/jorge.torrez/AppData/Roaming/Code/User/settings.json","entries":[{"id":"pbLk.json","timestamp":1658760436110},{"id":"VFub.json","timestamp":1658760595528},{"id":"tzDS.json","timestamp":1658760665021}]}
{
"sync.gist": "1f7965c87413a729594603c81033da43"
}
{
"sync.gist": "1f7965c87413a729594603c81033da43",
"editor.inlineSuggest.enabled": true,
"workbench.iconTheme": "eq-material-theme-icons"
}
{
"sync.gist": "1f7965c87413a729594603c81033da43",
"editor.inlineSuggest.enabled": true
}
{
"sync.gist": "1f7965c87413a729594603c81033da43",
"editor.inlineSuggest.enabled": true,
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorTheme": "Default Light+"
}
{"version":1,"resource":"vscode-userdata:/c%3A/Users/jorge.torrez/AppData/Roaming/Code/User/keybindings.json","entries":[{"id":"TchD.json","timestamp":1658760554257}]}
// Place your key bindings in this file to override the defaultsauto[]
[
// Windows preferences
{
"key": "ctrl+[",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+oem_5",
"command": "workbench.action.toggleZenMode"
},
// Editor preferences
{
"key": "ctrl+d",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+alt+c",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+alt+z",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+alt+x",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+[Comma]",
"command": "editor.action.format"
},
// Extensions preferences
{
"key": "ctrl+enter",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "ctrl+down",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "ctrl+up",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
// Terminal preferences
{
"key": "ctrl+n",
"command": "workbench.action.terminal.newInActiveWorkspace",
"when": "terminalFocus"
},
{
"key": "alt+enter",
"command": "workbench.action.toggleMaximizedPanel",
"when": "!editorFocus"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.terminal.focusPrevious",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+tab",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+oem_5",
"command": "-workbench.action.splitEditor"
},
{
"key": "ctrl+f ctrl+f",
"command": "workbench.action.gotoSymbol"
},
{
"key": "ctrl+shift+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "shift+alt+d",
"command": "workbench.userDataSync.actions.syncNow"
},
{
"key": "ctrl+[Semicolon]",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+[",
"command": "-editor.fold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+[",
"command": "-notebook.fold",
"when": "notebookEditorFocused && !inputFocus && activeEditor == 'workbench.editor.notebook'"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
// Windows preferences
{
"key": "ctrl+[",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+oem_5",
"command": "workbench.action.toggleZenMode"
},
// Editor preferences
{
"key": "ctrl+d",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+alt+c",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+alt+z",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+alt+x",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+[Comma]",
"command": "editor.action.format"
},
// Extensions preferences
{
"key": "ctrl+enter",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "ctrl+down",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "ctrl+up",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
// Terminal preferences
{
"key": "ctrl+n",
"command": "workbench.action.terminal.newInActiveWorkspace",
"when": "terminalFocus"
},
{
"key": "alt+enter",
"command": "workbench.action.toggleMaximizedPanel",
"when": "!editorFocus"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.terminal.focusPrevious",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+tab",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+oem_5",
"command": "-workbench.action.splitEditor"
},
{
"key": "ctrl+f ctrl+f",
"command": "workbench.action.gotoSymbol"
},
{
"key": "ctrl+shift+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "shift+alt+d",
"command": "workbench.userDataSync.actions.syncNow"
},
{
"key": "ctrl+[Semicolon]",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+[",
"command": "-editor.fold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+[",
"command": "-notebook.fold",
"when": "notebookEditorFocused && !inputFocus && activeEditor == 'workbench.editor.notebook'"
}
]
{
"sync.gist": "1f7965c87413a729594603c81033da43",
"editor.inlineSuggest.enabled": true,
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorTheme": "Default Light+",
"terminal.integrated.defaultProfile.windows": "Git Bash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment