Skip to content

Instantly share code, notes, and snippets.

@labaneilers
Created August 29, 2017 14:33
Show Gist options
  • Save labaneilers/25027bb091c73dda0f35b74243993b60 to your computer and use it in GitHub Desktop.
Save labaneilers/25027bb091c73dda0f35b74243993b60 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-08-29T14:31:56.888Z","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": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.12.1"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "678d198b-9b2e-49d3-96ff-6d801c9575df",
"publisherDisplayName": "Eric Amodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "4.4.1"
},
{
"metadata": {
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "36c8b41c-6ef6-4bf5-a5b7-65bef29b606f",
"publisherDisplayName": "Yu Zhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "0.8.3"
},
{
"metadata": {
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "PowerShell",
"publisher": "ms-vscode",
"version": "1.4.1"
},
{
"metadata": {
"id": "4a23294b-fd16-4c51-9759-da9936474cf8",
"publisherId": "fb219b5d-7f6e-4768-86b6-d8939d575496",
"publisherDisplayName": "Mikael Olenfalk"
},
"name": "terraform",
"publisher": "mauve",
"version": "0.0.16"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "shift+ctrl+l", "command": "editor.action.insertCursorAtEndOfEachLineSelected",
"when": "editorTextFocus" },
{ "key": "ctrl+i", "command": "actions.find" },
{ "key": "ctrl+l", "command": "expandLineSelection",
"when": "editorTextFocus" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment