Skip to content

Instantly share code, notes, and snippets.

@Pnoexz
Created May 19, 2018 13:43
Show Gist options
  • Save Pnoexz/e47d2b5d16703c27108d0e438977af3c to your computer and use it in GitHub Desktop.
Save Pnoexz/e47d2b5d16703c27108d0e438977af3c to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-19T10:43:25.818Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "2aa040bf-c73a-455d-8946-5c6cc83b8019",
"publisherId": "wmaurer.change-case",
"publisherDisplayName": "wmaurer"
},
"name": "change-case",
"publisher": "wmaurer",
"version": "1.0.0"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.2"
},
{
"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.23"
},
{
"metadata": {
"id": "5ac3c77e-2779-4be6-95b6-73092c7138ae",
"publisherId": "Cardinal90.multi-cursor-case-preserve",
"publisherDisplayName": "Cardinal90"
},
"name": "multi-cursor-case-preserve",
"publisher": "Cardinal90",
"version": "1.0.4"
},
{
"metadata": {
"id": "67e66172-30c7-4478-8f5d-6eac4ae755dc",
"publisherId": "mohsen1.prettify-json",
"publisherDisplayName": "mohsen1"
},
"name": "prettify-json",
"publisher": "mohsen1",
"version": "0.0.3"
},
{
"metadata": {
"id": "b24a13f5-4e50-4d9a-ab0a-87f47d9fdfcb",
"publisherId": "stkb.rewrap",
"publisherDisplayName": "stkb"
},
"name": "rewrap",
"publisher": "stkb",
"version": "1.9.1"
},
{
"metadata": {
"id": "b649170e-c1cf-45b4-b56e-681725d3a395",
"publisherId": "hideoo.toggler",
"publisherDisplayName": "hideoo"
},
"name": "toggler",
"publisher": "hideoo",
"version": "0.0.3"
},
{
"metadata": {
"id": "ce49f801-147f-49b8-9b1b-a8ee3dff91ef",
"publisherId": "slevesque.vscode-autohotkey",
"publisherDisplayName": "slevesque"
},
"name": "vscode-autohotkey",
"publisher": "slevesque",
"version": "0.2.2"
},
{
"metadata": {
"id": "21a25261-4975-4bbd-b51f-07e841126147",
"publisherId": "expixel.vscode-eval",
"publisherDisplayName": "expixel"
},
"name": "vscode-eval",
"publisher": "expixel",
"version": "1.2.1"
},
{
"metadata": {
"id": "0661e679-8a32-433e-baeb-8980f53edb55",
"publisherId": "fabiospampinato.vscode-todo-plus",
"publisherDisplayName": "fabiospampinato"
},
"name": "vscode-todo-plus",
"publisher": "fabiospampinato",
"version": "1.10.7"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+d",
"command": "-workbench.view.debug"
},
{
"key": "alt+j",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "alt+e",
"command": "eval.evalSelections",
"when": "editorHasSelection && !editorReadOnly"
},
{
"key": "ctrl+shift+e",
"command": "-eval.evalSelections",
"when": "editorHasSelection && !editorReadOnly"
}
]
{
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.rulers": [
80,
120
],
"files.eol": "\n",
"sync.gist": "",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-05-19T10:27:03.314Z",
"sync.lastDownload": "",
"sync.forceDownload": false,
"editor.fontSize": 20,
"editor.fontLigatures": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment