Skip to content

Instantly share code, notes, and snippets.

@sharikovvladislav
Last active May 14, 2017 16:17
Show Gist options
  • Save sharikovvladislav/338950a734061512bd3cb65f1cd05666 to your computer and use it in GitHub Desktop.
Save sharikovvladislav/338950a734061512bd3cb65f1cd05666 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-05-14T16:17:40.937Z","extensionVersion":"v2.7.0"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.7.0"
},
{
"metadata": {
"id": "e58afc4a-2362-44b6-a1ec-f29f22b22878",
"publisherId": "9da64a38-f7e7-4220-b7b7-ea8baa506bf6",
"publisherDisplayName": "smlombardi"
},
"name": "darcula-extended",
"publisher": "smlombardi",
"version": "3.3.2"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "1ed869e4-8588-4af4-a51e-9c1c86b034b9",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.9.3"
},
{
"metadata": {
"id": "cc913628-6833-46e9-bf67-716ecb8164be",
"publisherId": "c1970474-07fd-4e0a-a6f8-28e4a5c1a435",
"publisherDisplayName": "sam_schneller"
},
"name": "git-add-remote",
"publisher": "samschneller",
"version": "0.0.2"
},
{
"metadata": {
"id": "d23dc2c3-abed-47d8-9b22-7dd31c1f0ed9",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "git-extension-pack",
"publisher": "donjayamanne",
"version": "0.1.2"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.2.0"
},
{
"metadata": {
"id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
"publisherId": "930310c4-ca8b-4e80-9d19-2b1507b2af61",
"publisherDisplayName": "CodeZombie"
},
"name": "gitignore",
"publisher": "codezombiech",
"version": "0.5.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "678d198b-9b2e-49d3-96ff-6d801c9575df",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "3.4.9"
},
{
"metadata": {
"id": "e8f8a71e-670a-4f41-9878-0dcdbbd4eba9",
"publisherId": "bd47f8c3-aa2b-45c0-86a6-e8a439530b96",
"publisherDisplayName": "iZDT"
},
"name": "javascript-unit-test-snippet",
"publisher": "iZDT",
"version": "1.0.0"
},
{
"metadata": {
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "5a69cff0-bd3b-4074-999f-4952fc2b037a",
"publisherDisplayName": "Angular"
},
"name": "ng-template",
"publisher": "Angular",
"version": "0.1.3"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
"publisherDisplayName": "Alessandro Fragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "0.16.0"
},
{
"metadata": {
"id": "afff58d2-7b52-47f2-8293-b2b601adf5ab",
"publisherId": "9e0d0570-58e0-4f39-9eec-bb17a4937215",
"publisherDisplayName": "Visma Lietuva"
},
"name": "vscode-angular-support",
"publisher": "vismalietuva",
"version": "0.1.4"
},
{
"metadata": {
"id": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a",
"publisherId": "0f3e15a5-1807-4d83-a822-18d1e04246f3",
"publisherDisplayName": "ziyasal"
},
"name": "vscode-open-in-github",
"publisher": "ziyasal",
"version": "1.2.5"
},
{
"metadata": {
"id": "ec2271c0-9d6d-44c5-93e5-7e8cda744f21",
"publisherId": "99720f95-61af-4d5e-9133-3cc10f4f30ea",
"publisherDisplayName": "rokoroku"
},
"name": "vscode-theme-darcula",
"publisher": "rokoroku",
"version": "1.0.13"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+alt+l",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+f",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+shift+n",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+p",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+b",
"command": "git.checkout"
},
{
"key": "shift shift",
"command": "workbench.action.showCommands"
},
{
"key": "ctrl+shift+/",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+t",
"command": "git.pull"
},
{
"key": "ctrl+t",
"command": "-workbench.action.showAllSymbols"
}
]
{
"terminal.integrated.shell.windows": "C:\\Program Files (x86)\\Git\\bin\\bash.exe",
"workbench.colorTheme": "Darcula Extended",
"files.autoSave": "afterDelay",
"window.zoomLevel": -1,
"editor.fontSize": 16,
"editor.fontFamily": "Source Code Pro, Consolas, 'Courier New', monospace",
"sync.gist": "338950a734061512bd3cb65f1cd05666",
"sync.lastUpload": "2017-05-14T16:07:35.456Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment