Skip to content

Instantly share code, notes, and snippets.

@CodisRedding
Created September 7, 2017 19:23
Show Gist options
  • Save CodisRedding/936b7e0f33fd5d3ede97d413a58e1c5e to your computer and use it in GitHub Desktop.
Save CodisRedding/936b7e0f33fd5d3ede97d413a58e1c5e to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-09-07T19:22:05.184Z","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": "7b69248c-488a-4a74-ae29-56822156726f",
"publisherId": "cf23f73d-3fd4-4248-907b-b95661448acc",
"publisherDisplayName": "rid9"
},
"name": "datetime",
"publisher": "rid9",
"version": "1.0.5"
},
{
"metadata": {
"id": "43335a8d-5929-408b-874a-65f08362642c",
"publisherId": "bdf69065-5f25-4de9-9ff1-270dd0b6c704",
"publisherDisplayName": "file-icons"
},
"name": "file-icons",
"publisher": "file-icons",
"version": "1.0.5"
},
{
"metadata": {
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "8961c3fe-3ec6-429d-886a-50b5af362a88",
"publisherDisplayName": "charalampos karypidis"
},
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.4.1"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "5d63889b-1b67-4b1f-8350-4f1dce041a26",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.10.0"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "bc3f1075-3ced-4395-9b1b-3f0ecaee83be",
"publisherDisplayName": "Microsoft"
},
"name": "vscode-docker",
"publisher": "PeterJausovec",
"version": "0.0.16"
},
{
"metadata": {
"id": "21b3e09e-b3f7-4e20-9302-50039286650d",
"publisherId": "f85b6a05-e5f6-494b-8481-f912bdc1aa41",
"publisherDisplayName": "Matheus Kautzmann"
},
"name": "vscode-filesize",
"publisher": "mkxml",
"version": "1.0.0"
},
{
"metadata": {
"id": "d7fa9602-87f0-4adc-9c8b-25ae69fe69df",
"publisherId": "f9dbfd7c-f9a1-434c-9971-648ad2e23f96",
"publisherDisplayName": "Compulim"
},
"name": "vscode-ipaddress",
"publisher": "Compulim",
"version": "1.0.0"
}
]
{
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.rulers": [
83
],
"vim.disableAnnoyingNeovimMessage": true,
"vim.enableNeovim": true,
"window.zoomLevel": 0,
"workbench.iconTheme": "file-icons",
"sync.gist": "",
"sync.lastUpload": "2017-09-04T17:54:32.648Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2017-09-04T17:56:01.444Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment