Skip to content

Instantly share code, notes, and snippets.

@andreacipriani
Created January 30, 2020 14:22
Show Gist options
  • Save andreacipriani/1ba00e8f9773857f46eae2845f8e9ac8 to your computer and use it in GitHub Desktop.
Save andreacipriani/1ba00e8f9773857f46eae2845f8e9ac8 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-01-30T14:22:54.549Z","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": "a6f80e2a-841e-4418-9c69-06bb26c09b25",
"publisherId": "pkosta2005.heroku-command",
"publisherDisplayName": "pkosta2005"
},
"name": "heroku-command",
"publisher": "pkosta2005",
"version": "0.0.8"
},
{
"metadata": {
"id": "bec6a8b1-31d4-4f4e-9b3c-9141285b359f",
"publisherId": "zhouronghui.propertylist",
"publisherDisplayName": "zhouronghui"
},
"name": "propertylist",
"publisher": "zhouronghui",
"version": "0.0.2"
},
{
"metadata": {
"id": "d879ccb5-cbdb-45a1-bd74-5641ad0062df",
"publisherId": "Hridoy.rails-snippets",
"publisherDisplayName": "Hridoy"
},
"name": "rails-snippets",
"publisher": "Hridoy",
"version": "1.0.8"
},
{
"metadata": {
"id": "8057635a-9628-4c41-bbc7-eb180a721f07",
"publisherId": "adadevelopersacademy.reindent-on-save",
"publisherDisplayName": "adadevelopersacademy"
},
"name": "reindent-on-save",
"publisher": "adadevelopersacademy",
"version": "1.3.0"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.48.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.48.0"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.26.0"
},
{
"metadata": {
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherDisplayName": "mtxr"
},
"name": "sqltools",
"publisher": "mtxr",
"version": "0.21.6"
},
{
"metadata": {
"id": "277bd66b-56dd-44c8-a222-9df2e56681b4",
"publisherId": "mariomatheu.syntax-project-pbxproj",
"publisherDisplayName": "mariomatheu"
},
"name": "syntax-project-pbxproj",
"publisher": "mariomatheu",
"version": "0.1.3"
},
{
"metadata": {
"id": "708cfcd8-e0c6-49ca-9af6-b27a342d247b",
"publisherId": "wingrunr21.vscode-ruby",
"publisherDisplayName": "wingrunr21"
},
"name": "vscode-ruby",
"publisher": "wingrunr21",
"version": "0.26.0"
},
{
"metadata": {
"id": "22ab4ecd-a32e-45be-95dc-8fceaa3f9045",
"publisherId": "vknabel.vscode-swift-development-environment",
"publisherDisplayName": "vknabel"
},
"name": "vscode-swift-development-environment",
"publisher": "vknabel",
"version": "2.8.3"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "alt+cmd+p",
"command": "copyFilePath"
},
{
"key": "alt+cmd+c",
"command": "-copyFilePath",
"when": "!editorFocus"
},
{
"key": "shift+alt+cmd+c",
"command": "-copyRelativeFilePath",
"when": "!editorFocus"
},
{
"key": "alt+cmd+p",
"command": "-keybindings.editor.toggleSortByPrecedence",
"when": "inKeybindings"
}
]
{
"window.zoomLevel": 2,
"editor.renderWhitespace": "all",
"workbench.startupEditor": "none",
"editor.minimap.enabled": false,
"remote.SSH.showLoginTerminal": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment