Skip to content

Instantly share code, notes, and snippets.

@JoeMorgan
Last active May 19, 2018 14:02
Show Gist options
  • Save JoeMorgan/30310a3d269e1cd7e874b51adeae7518 to your computer and use it in GitHub Desktop.
Save JoeMorgan/30310a3d269e1cd7e874b51adeae7518 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-19T14:02:47.519Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "2cbad5ee-b4ab-4de8-a1c7-77fede846155",
"publisherId": "patbenatar.advanced-new-file",
"publisherDisplayName": "patbenatar"
},
"name": "advanced-new-file",
"publisher": "patbenatar",
"version": "1.2.0"
},
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.6"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.50"
},
{
"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": "1b625615-bded-4797-9806-079abcacfcc1",
"publisherId": "letrieu.expand-region",
"publisherDisplayName": "letrieu"
},
"name": "expand-region",
"publisher": "letrieu",
"version": "0.1.2"
},
{
"metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "eg2.tslint",
"publisherDisplayName": "eg2"
},
"name": "tslint",
"publisher": "eg2",
"version": "1.0.29"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+down",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+up",
"command": "editor.action.copyLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+up",
"command": "-editor.action.copyLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "workbench.action.terminal.scrollToTop",
"when": "terminalFocus"
},
{
"key": "cmd+home",
"command": "-workbench.action.terminal.scrollToTop",
"when": "terminalFocus"
},
{
"key": "ctrl+down",
"command": "workbench.action.terminal.scrollToBottom",
"when": "terminalFocus"
},
{
"key": "cmd+end",
"command": "-workbench.action.terminal.scrollToBottom",
"when": "terminalFocus"
},
{
"key": "shift+cmd+n",
"command": "extension.advancedNewFile"
},
{
"key": "alt+cmd+n",
"command": "-extension.advancedNewFile"
},
{
"key": "cmd+d",
"command": "editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+k",
"command": "-editor.action.deleteLines",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+backspace",
"command": "editor.emmet.action.removeTag"
},
{
"key": "shift+cmd+o",
"command": "editor.emmet.action.balanceOutward"
},
{
"key": "shift+alt+o",
"command": "editor.emmet.action.balanceInward"
},
{
"key": "shift+cmd+a",
"command": "editor.emmet.action.wrapWithAbbreviation"
},
{
"key": "cmd+/",
"command": "editor.emmet.action.toggleComment"
},
{
"key": "shift+cmd+m",
"command": "editor.emmet.action.mergeLines"
},
{
"key": "cmd+shift+o","command": "expand_region", "when": "editorTextFocus"
},
{
"key": "ctrl+shift+o","command": "undo_expand_region", "when": "editorTextFocus && editorHasSelection"
},
{
"key": "shift+cmd+g",
"command": "editor.action.selectHighlights",
"when": "editorFocus"
},
{
"key": "shift+cmd+l",
"command": "-editor.action.selectHighlights",
"when": "editorFocus"
},
{
"key": "shift+cmd+g",
"command": "-editor.action.previousMatchFindAction",
"when": "editorFocus"
}
]
// Place your settings in this file to overwrite the default settings
{
"window.restoreWindows": "all",
"advancedNewFile.exclude": {
"node_modules": true,
"node_modules_electron": true,
"dev": true,
"dist": true
},
"sync.gist": "30310a3d269e1cd7e874b51adeae7518",
"sync.lastUpload": "2018-05-19T14:02:42.521Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "2018-05-19T10:50:48.051Z",
"sync.forceDownload": true,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.fontAliasing": "antialiased",
"explorer.confirmDelete": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": true
},
"tslint.autoFixOnSave": false,
"tslint.alwaysShowStatus": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment