Skip to content

Instantly share code, notes, and snippets.

@vorpus
Last active October 9, 2017 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vorpus/ec68f75a37d8e7ac0fc7f3f3fb51fbcd to your computer and use it in GitHub Desktop.
Save vorpus/ec68f75a37d8e7ac0fc7f3f3fb51fbcd to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-10-09T19:58:58.450Z","extensionVersion":"v2.8.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.3"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "ecde0778-6fe5-4f72-93a7-196989f19e58",
"publisherDisplayName": "Microsoft"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "3.3.1"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "8ae75bda-ec22-4a17-9340-abf1a20beca9",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.10.14"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.7.0"
},
{
"metadata": {
"id": "315bcbeb-4f7b-48eb-ab58-f8be776bed61",
"publisherId": "52bd646e-05dd-438c-9d2c-3dee92b32057",
"publisherDisplayName": "crisward"
},
"name": "riot-tag",
"publisher": "crisward",
"version": "0.1.7"
},
{
"metadata": {
"id": "3397d2da-b0a8-4880-9e63-40d3109d5d14",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "Theme-MaterialKit",
"publisher": "ms-vscode",
"version": "0.1.4"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.3.2"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
"publisherDisplayName": "Roberto Huertas"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.14.0"
},
{
"metadata": {
"id": "e01beb80-9908-407c-bf17-e451916f86c6",
"publisherId": "da385a51-159e-40dd-a570-21f9c9fb7e80",
"publisherDisplayName": "Fredrik Averpil"
},
"name": "vscode-material-theme",
"publisher": "fredrikaverpil",
"version": "0.0.5"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+cmd+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+cmd+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus"
},{
"key": "shift+cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},{
"key": "cmd+\\",
"command": "workbench.action.toggleSidebarVisibility"
},{
"key": "cmd+l",
"command": "expandLineSelection",
"when": "editorTextFocus"
},{
"key": "cmd+y",
"command": "redo",
"when": "editorTextFocus"
},{
"key": "cmd+1",
"command": "workbench.action.openEditorAtIndex1",
"when": "editorTextFocus"
},{
"key": "cmd+2",
"command": "workbench.action.openEditorAtIndex2",
"when": "editorTextFocus"
},{
"key": "cmd+3",
"command": "workbench.action.openEditorAtIndex3",
"when": "editorTextFocus"
},{
"key": "cmd+4",
"command": "workbench.action.openEditorAtIndex4",
"when": "editorTextFocus"
},{
"key": "cmd+5",
"command": "workbench.action.openEditorAtIndex5",
"when": "editorTextFocus"
},{
"key": "shift+cmd+g",
"command": "workbench.view.scm",
"when": "editorTextFocus"
}
]
{
"window.zoomLevel": 1,
"editor.fontSize": 14,
"editor.tabSize": 2,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/lib/dist": true,
"**/.tmp": true,
"**/templates/dist": true,
"**/build": true
},
"workbench.colorTheme": "One Dark Pro Vivid",
"workbench.iconTheme": "vscode-icons",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"sync.gist": "ec68f75a37d8e7ac0fc7f3f3fb51fbcd",
"sync.lastUpload": "2017-10-09T19:58:27.439Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2017-07-19T02:40:46.841Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"vsicons.dontShowNewVersionMessage": true,
"sync.askGistName": false,
"editor.minimap.enabled": true,
"editor.minimap.showSlider": "always"
}
{"version":"7.15.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment