Skip to content

Instantly share code, notes, and snippets.

@joemaidman
Last active January 19, 2018 14:03
Show Gist options
  • Save joemaidman/2202ec5e7c5e8af94d8356a11aec5257 to your computer and use it in GitHub Desktop.
Save joemaidman/2202ec5e7c5e8af94d8356a11aec5257 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-01-19T14:03:34.798Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "70378119-1d85-4935-9733-0298c7a369a2",
"publisherId": "steoates.autoimport",
"publisherDisplayName": "steoates"
},
"name": "autoimport",
"publisher": "steoates",
"version": "1.5.3"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.0.0"
},
{
"metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "joelday.docthis",
"publisherDisplayName": "joelday"
},
"name": "docthis",
"publisher": "joelday",
"version": "0.6.0"
},
{
"metadata": {
"id": "d23dc2c3-abed-47d8-9b22-7dd31c1f0ed9",
"publisherId": "donjayamanne.git-extension-pack",
"publisherDisplayName": "donjayamanne"
},
"name": "git-extension-pack",
"publisher": "donjayamanne",
"version": "0.1.3"
},
{
"metadata": {
"id": "2335b326-c334-4e81-bc51-c408fcec6e7c",
"publisherId": "waderyan.gitblame",
"publisherDisplayName": "waderyan"
},
"name": "gitblame",
"publisher": "waderyan",
"version": "2.2.0"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.3.2"
},
{
"metadata": {
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "codezombiech.gitignore",
"publisherDisplayName": "codezombiech"
},
"name": "gitignore",
"publisher": "codezombiech",
"version": "0.5.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "7.5.5"
},
{
"metadata": {
"id": "74f34f8a-245e-4133-8617-a3a94b5a417e",
"publisherId": "cmstead.jsrefactor",
"publisherDisplayName": "cmstead"
},
"name": "jsrefactor",
"publisher": "cmstead",
"version": "2.11.4"
},
{
"metadata": {
"id": "f015bc3c-a098-4245-8765-615e002e09ab",
"publisherId": "yzane.markdown-pdf",
"publisherDisplayName": "yzane"
},
"name": "markdown-pdf",
"publisher": "yzane",
"version": "0.1.7"
},
{
"metadata": {
"id": "113823f9-5297-490d-b919-4edf0e1ac48f",
"publisherId": "asvetliakov.move-imports",
"publisherDisplayName": "asvetliakov"
},
"name": "move-imports",
"publisher": "asvetliakov",
"version": "0.0.9"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "0.23.1"
},
{
"metadata": {
"id": "76e37267-9f32-4816-b6c8-47a3928b94c9",
"publisherId": "Tyriar.shell-launcher",
"publisherDisplayName": "Tyriar"
},
"name": "shell-launcher",
"publisher": "Tyriar",
"version": "0.1.6"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.4"
},
{
"metadata": {
"id": "f00faeee-e939-4900-aaa5-3bf3f62440a3",
"publisherId": "DSKWRK.vscode-generate-getter-setter",
"publisherDisplayName": "DSKWRK"
},
"name": "vscode-generate-getter-setter",
"publisher": "DSKWRK",
"version": "0.4.2"
},
{
"metadata": {
"id": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a",
"publisherId": "ziyasal.vscode-open-in-github",
"publisherDisplayName": "ziyasal"
},
"name": "vscode-open-in-github",
"publisher": "ziyasal",
"version": "1.3.1"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+cmd+l",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+f",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "alt+enter",
"command": "editor.action.quickFix",
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+.",
"command": "-editor.action.quickFix",
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
},
{
"key": "alt+enter",
"command": "workbench.extensions.action.showRecommendedKeymapExtensions"
},
{
"key": "cmd+k cmd+m",
"command": "-workbench.extensions.action.showRecommendedKeymapExtensions"
},
{
"key": "alt+enter",
"command": "genGetSet.popup",
"when": "editorTextFocus"
},
{
"key": "shift+alt+g",
"command": "-genGetSet.popup",
"when": "editorTextFocus"
},
{
"key": "alt+enter",
"command": "tslint.fixAllProblems"
},
{
"key": "shift+cmd+\\",
"command": "workbench.action.terminal.focusNext"
},
{
"key": "shift+cmd+'",
"command": "workbench.action.terminal.focusPrevious"
}
]
{
"window.zoomLevel": 0,
"autoimport.autoComplete": false,
"markdown-pdf.outputDirectory": "/Users/joemaidman/projects/",
"sync.gist": "2202ec5e7c5e8af94d8356a11aec5257",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-01-15T18:58:31.754Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"terminal.integrated.fontFamily": "Noto Mono for Powerline",
"workbench.colorCustomizations": {
"terminal.background": "#000000"
},
"explorer.confirmDelete": false,
"docthis.authorName": "Joe Maidman",
"eslint.options": {
"configFile": "/Users/joemaidman/projects/dotfiles/.eslintrc"
},
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment