Last active
September 5, 2019 13:45
-
-
Save burakcan/3f858bd12a359486b671bd749dfdc5da to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-09-05T13:44:53.326Z","extensionVersion":"v3.4.2"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "5178733e-4b02-4829-95c5-1ce970847c23", | |
"publisherId": "teabyii.ayu", | |
"publisherDisplayName": "teabyii" | |
}, | |
"name": "ayu", | |
"publisher": "teabyii", | |
"version": "0.18.0" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.2" | |
}, | |
{ | |
"metadata": { | |
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce", | |
"publisherId": "joelday.docthis", | |
"publisherDisplayName": "joelday" | |
}, | |
"name": "docthis", | |
"publisher": "joelday", | |
"version": "0.7.1" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "9.9.3" | |
}, | |
{ | |
"metadata": { | |
"id": "ff7b0247-07d3-4102-8b68-0175a12a51aa", | |
"publisherId": "SolarLiner.linux-themes", | |
"publisherDisplayName": "SolarLiner" | |
}, | |
"name": "linux-themes", | |
"publisher": "SolarLiner", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "86c27965-680c-4a61-9cf9-9e67521b1afc", | |
"publisherId": "samrapdev.outrun", | |
"publisherDisplayName": "samrapdev" | |
}, | |
"name": "outrun", | |
"publisher": "samrapdev", | |
"version": "0.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", | |
"publisherId": "esbenp.prettier-vscode", | |
"publisherDisplayName": "esbenp" | |
}, | |
"name": "prettier-vscode", | |
"publisher": "esbenp", | |
"version": "2.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2019.9.34474" | |
}, | |
{ | |
"metadata": { | |
"id": "f7ca3c4f-a370-4a7f-8691-7ad0f29f8275", | |
"publisherId": "JamesBirtles.svelte-vscode", | |
"publisherDisplayName": "JamesBirtles" | |
}, | |
"name": "svelte-vscode", | |
"publisher": "JamesBirtles", | |
"version": "0.9.2" | |
}, | |
{ | |
"metadata": { | |
"id": "75ebcc8a-b7a8-4aab-8261-76edbefbe3cc", | |
"publisherId": "jamiewest.theme-light-vs-mac", | |
"publisherDisplayName": "jamiewest" | |
}, | |
"name": "theme-light-vs-mac", | |
"publisher": "jamiewest", | |
"version": "0.4.5" | |
}, | |
{ | |
"metadata": { | |
"id": "f5d7ffda-c1d6-4070-ba80-803c705a1ee6", | |
"publisherId": "monokai.theme-monokai-pro-vscode", | |
"publisherDisplayName": "monokai" | |
}, | |
"name": "theme-monokai-pro-vscode", | |
"publisher": "monokai", | |
"version": "1.1.14" | |
}, | |
{ | |
"metadata": { | |
"id": "2d7381e3-ca4b-430c-a6cf-0d8ee0643f64", | |
"publisherId": "tinaciousdesign.theme-tinaciousdesign", | |
"publisherDisplayName": "tinaciousdesign" | |
}, | |
"name": "theme-tinaciousdesign", | |
"publisher": "tinaciousdesign", | |
"version": "0.2.6" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.9.1" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "cmd+1", | |
"command": "workbench.action.openEditorAtIndex1" | |
}, | |
{ | |
"key": "ctrl+1", | |
"command": "-workbench.action.openEditorAtIndex1" | |
}, | |
{ | |
"key": "cmd+2", | |
"command": "workbench.action.openEditorAtIndex2" | |
}, | |
{ | |
"key": "ctrl+2", | |
"command": "-workbench.action.openEditorAtIndex2" | |
}, | |
{ | |
"key": "cmd+3", | |
"command": "workbench.action.openEditorAtIndex3" | |
}, | |
{ | |
"key": "ctrl+3", | |
"command": "-workbench.action.openEditorAtIndex3" | |
}, | |
{ | |
"key": "cmd+4", | |
"command": "workbench.action.openEditorAtIndex4" | |
}, | |
{ | |
"key": "ctrl+4", | |
"command": "-workbench.action.openEditorAtIndex4" | |
}, | |
{ | |
"key": "cmd+5", | |
"command": "workbench.action.openEditorAtIndex5" | |
}, | |
{ | |
"key": "ctrl+5", | |
"command": "-workbench.action.openEditorAtIndex5" | |
}, | |
{ | |
"key": "cmd+6", | |
"command": "workbench.action.openEditorAtIndex6" | |
}, | |
{ | |
"key": "ctrl+6", | |
"command": "-workbench.action.openEditorAtIndex6" | |
}, | |
{ | |
"key": "cmd+7", | |
"command": "workbench.action.openEditorAtIndex7" | |
}, | |
{ | |
"key": "ctrl+7", | |
"command": "-workbench.action.openEditorAtIndex7" | |
}, | |
{ | |
"key": "cmd+8", | |
"command": "workbench.action.openEditorAtIndex8" | |
}, | |
{ | |
"key": "ctrl+8", | |
"command": "-workbench.action.openEditorAtIndex8" | |
}, | |
{ | |
"key": "cmd+9", | |
"command": "workbench.action.openEditorAtIndex9" | |
}, | |
{ | |
"key": "ctrl+9", | |
"command": "-workbench.action.openEditorAtIndex9" | |
}, | |
{ | |
"key": "cmd+1", | |
"command": "-workbench.action.focusFirstEditorGroup" | |
}, | |
{ | |
"key": "cmd+k cmd+1", | |
"command": "-editor.foldLevel1", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "ctrl+cmd+1", | |
"command": "-workbench.action.moveEditorToFirstGroup" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontFamily": "\"Fira Code\"", | |
"editor.fontLigatures": true, | |
"editor.lightbulb.enabled": false, | |
"editor.minimap.renderCharacters": false, | |
"editor.rulers": [80, 100], | |
"workbench.startupEditor": "none", | |
"workbench.statusBar.feedback.visible": false, | |
"workbench.tips.enabled": false, | |
"explorer.openEditors.visible": 0, | |
"javascript.validate.enable": false, | |
"explorer.autoReveal": false, | |
"window.zoomLevel": 0, | |
"editor.tabSize": 2, | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"explorer.confirmDragAndDrop": false, | |
"git.autofetch": true, | |
"window.nativeTabs": false, | |
"sync.gist": "3f858bd12a359486b671bd749dfdc5da", | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": true, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"sync.autoDownload": false, | |
"sync.lastUpload": "2018-08-22T08:15:15.291Z", | |
"sync.lastDownload": "2018-08-21T20:37:01.113Z", | |
"sync.forceDownload": false, | |
"breadcrumbs.enabled": true, | |
"editor.lineHeight": 22, | |
"editor.minimap.enabled": false, | |
"workbench.editor.enablePreview": false, | |
"search.smartCase": true, | |
"keyboard.touchbar.enabled": false, | |
"telemetry.enableTelemetry": false, | |
"editor.suggest.localityBonus": true, | |
"editor.formatOnSave": true, | |
"workbench.colorTheme": "Light (Visual Studio for Mac)", | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"workbench.iconTheme": "ayu", | |
"prettier.tslintIntegration": true, | |
"scss.validate": false, | |
"scss.lint.hexColorLength": "ignore", | |
"css.lint.hexColorLength": "ignore", | |
"telemetry.enableCrashReporter": false, | |
"terminal.external.osxExec": "Alacritty.app", | |
"terminal.integrated.copyOnSelection": true, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.rendererType": "canvas", | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"C_Cpp.formatting": "Disabled", | |
"editor.cursorSurroundingLines": 5 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment