Skip to content

Instantly share code, notes, and snippets.

@nth-commit
Created May 29, 2018 07:23
Show Gist options
  • Save nth-commit/dd8ffb334cd959607f5a28f26dc35b8a to your computer and use it in GitHub Desktop.
Save nth-commit/dd8ffb334cd959607f5a28f26dc35b8a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-05-29T07:23:47.138Z","extensionVersion":"v2.9.2"}
[
{
"metadata": {
"id": "2aa040bf-c73a-455d-8946-5c6cc83b8019",
"publisherId": "wmaurer.change-case",
"publisherDisplayName": "wmaurer"
},
"name": "change-case",
"publisher": "wmaurer",
"version": "1.0.0"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.2"
},
{
"metadata": {
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "ms-vscode.csharp",
"publisherDisplayName": "ms-vscode"
},
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.15.2"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.3.2"
},
{
"metadata": {
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "ms-vscode.PowerShell",
"publisherDisplayName": "ms-vscode"
},
"name": "PowerShell",
"publisher": "ms-vscode",
"version": "1.7.0"
},
{
"metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "eg2.tslint",
"publisherDisplayName": "eg2"
},
"name": "tslint",
"publisher": "eg2",
"version": "1.0.30"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "PeterJausovec.vscode-docker",
"publisherDisplayName": "PeterJausovec"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.27"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+n",
"command": "explorer.newFile"
}
]
{
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"editor.renderWhitespace": "all",
"emmet.syntaxProfiles": { "javascript": "jsx" },
"emmet.triggerExpansionOnTab": true,
"sync.gist": "",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-05-29T04:30:22.040Z",
"sync.lastDownload": "",
"sync.forceDownload": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment