Skip to content

Instantly share code, notes, and snippets.

@chkk525
Last active February 6, 2021 04:58
Show Gist options
  • Save chkk525/c48c257d937951c57cb7858c9f5d96f9 to your computer and use it in GitHub Desktop.
Save chkk525/c48c257d937951c57cb7858c9f5d96f9 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-02-06T04:56:37.489Z","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": "cc4e97b3-c252-4e12-983f-ee5d2101c2cd",
"publisherId": "ms-ossdata.vscode-postgresql",
"publisherDisplayName": "ms-ossdata"
},
"name": "vscode-postgresql",
"publisher": "ms-ossdata",
"version": "0.3.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+cmd+a",
"command": "editor.emmet.action.wrapWithAbbreviation"
},
{
"key": "ctrl+shift+alt+cmd+d",
"command": "extension.disconnect",
"when": "editorTextFocus && editorLangId == 'sql'"
},
{
"key": "shift+cmd+d",
"command": "-extension.disconnect",
"when": "editorTextFocus && editorLangId == 'sql'"
},
{
"key": "ctrl+shift+d",
"command": "extension.dash.specific",
"when": "editorTextFocus"
},
{
"key": "ctrl+h",
"command": "-extension.dash.specific",
"when": "editorTextFocus"
},
{
"key": "shift+alt+h",
"command": "extension.dash.customSyntax",
"when": "editorTextFocus"
},
{
"key": "alt+h",
"command": "-extension.dash.customSyntax",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+alt+cmd+tab ctrl+shift+alt+cmd+[Equal]",
"command": "editor.action.copyLinesDownAction",
"when": "editorFocus"
},
{
"key": "shift+cmd+d",
"command": "-editor.action.copyLinesDownAction",
"when": "editorFocus"
},
{
"key": "ctrl+shift+alt+cmd+r",
"command": "code-runner.run"
},
]
{
"sync.gist": "c48c257d937951c57cb7858c9f5d96f9"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment