Skip to content

Instantly share code, notes, and snippets.

@kj800x
Created December 8, 2018 06:11
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 kj800x/242134f89536ff9dd25755d7a74c8f9f to your computer and use it in GitHub Desktop.
Save kj800x/242134f89536ff9dd25755d7a74c8f9f to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-12-08T06:11:22.733Z","extensionVersion":"v3.2.2"}
[
{
"metadata": {
"id": "744a48fa-c67d-4dba-b67c-fc7d346305c7",
"publisherId": "alesiong.clang-tidy-linter",
"publisherDisplayName": "alesiong"
},
"name": "clang-tidy-linter",
"publisher": "alesiong",
"version": "0.0.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.2"
},
{
"metadata": {
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherDisplayName": "streetsidesoftware"
},
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "1.6.10"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.20.1"
},
{
"metadata": {
"id": "bf161f01-e1a6-49ad-93b9-850135371220",
"publisherId": "rexebin.dracula",
"publisherDisplayName": "rexebin"
},
"name": "dracula",
"publisher": "rexebin",
"version": "0.1.18"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "9.0.2"
},
{
"metadata": {
"id": "94b23041-be8e-48e5-9d89-83023985eb74",
"publisherId": "circledev.glsl-canvas",
"publisherDisplayName": "circledev"
},
"name": "glsl-canvas",
"publisher": "circledev",
"version": "0.1.92"
},
{
"metadata": {
"id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
"publisherId": "k--kato.intellij-idea-keybindings",
"publisherDisplayName": "k--kato"
},
"name": "intellij-idea-keybindings",
"publisher": "k--kato",
"version": "0.2.29"
},
{
"metadata": {
"id": "61d03280-3919-4dd1-bce1-178ca21fdeaf",
"publisherId": "James-Yu.latex-workshop",
"publisherDisplayName": "James-Yu"
},
"name": "latex-workshop",
"publisher": "James-Yu",
"version": "5.17.3"
},
{
"metadata": {
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherDisplayName": "yzhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "1.7.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2018.11.0"
},
{
"metadata": {
"id": "3a63675f-7987-4cff-a411-d4a9568f560c",
"publisherId": "slevesque.shader",
"publisherDisplayName": "slevesque"
},
"name": "shader",
"publisher": "slevesque",
"version": "1.1.4"
},
{
"metadata": {
"id": "198a6ac6-6b5f-4882-9f63-c4114294d7b0",
"publisherId": "CADENAS.vscode-glsllint",
"publisherDisplayName": "CADENAS"
},
"name": "vscode-glsllint",
"publisher": "CADENAS",
"version": "0.0.4"
},
{
"metadata": {
"id": "eaee103c-e866-4b73-87f8-3749cab64da2",
"publisherId": "alexcvzz.vscode-sqlite",
"publisherDisplayName": "alexcvzz"
},
"name": "vscode-sqlite",
"publisher": "alexcvzz",
"version": "0.3.2"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "0.3.1011"
},
{
"metadata": {
"id": "699b26b5-f8d9-48dc-a14f-daaab82105c2",
"publisherId": "pmsandhu.webstorm-icons",
"publisherDisplayName": "pmsandhu"
},
"name": "webstorm-icons",
"publisher": "pmsandhu",
"version": "0.0.3"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+y",
"command": "-editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+o",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+p",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+o",
"command": "-workbench.action.files.openFile"
},
{
"key": "ctrl+w",
"command": "workbench.action.closeActiveEditor"
},
{
"key": "ctrl+w",
"command": "-workbench.action.closeActiveEditor"
},
{
"key": "ctrl+]",
"command": "workbench.action.navigateForward"
},
{
"key": "ctrl+alt+right",
"command": "-workbench.action.navigateForward"
},
{
"key": "ctrl+]",
"command": "-editor.action.indentLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+[",
"command": "-editor.action.outdentLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+[",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+alt+-",
"command": "-workbench.action.navigateBack"
}
]
{
"workbench.colorTheme": "Darcula - WebStorm Edition",
"workbench.iconTheme": "webstorm-icons",
"editor.tabSize": 2,
"html.format.indentInnerHtml": true,
"git.enableSmartCommit": true,
"git.autofetch": true,
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.message.update.show": false,
"sync.gist": "",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"gitlens.mode.active": "zen",
"C_Cpp.clang_format_fallbackStyle": "Google"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment