Skip to content

Instantly share code, notes, and snippets.

@magoz
Created February 13, 2018 07:58
Show Gist options
  • Save magoz/039f603ee39785283c14f177bcdfd33a to your computer and use it in GitHub Desktop.
Save magoz/039f603ee39785283c14f177bcdfd33a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-02-13T07:57:29.097Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "0.10.14"
},
{
"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": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherDisplayName": "xabikos"
},
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.5.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{"key":"cmd+0", "command":"workbench.action.openLastEditorInGroup"},
{"key":"cmd+1", "command":"workbench.action.openEditorAtIndex1"},
{"key":"cmd+2", "command":"workbench.action.openEditorAtIndex2"},
{"key":"cmd+3", "command":"workbench.action.openEditorAtIndex3"},
{"key":"cmd+4", "command":"workbench.action.openEditorAtIndex4"},
{"key":"cmd+5", "command":"workbench.action.openEditorAtIndex5"},
{"key":"cmd+6", "command":"workbench.action.openEditorAtIndex6"},
{"key":"cmd+7", "command":"workbench.action.openEditorAtIndex7"},
{"key":"cmd+8", "command":"workbench.action.openEditorAtIndex8"},
{"key":"cmd+9", "command":"workbench.action.openEditorAtIndex9"}
]
{
"editor.wordWrap": "on",
"workbench.startupEditor": "newUntitledFile",
"php.executablePath": "/usr/local/php5/bin/php",
"workbench.editor.enablePreview": false,
"git.autofetch": true,
"window.restoreWindows": "none",
"liveServer.settings.donotShowInfoMsg": true,
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment