Skip to content

Instantly share code, notes, and snippets.

@kenduigraha
Created January 22, 2019 04:16
Show Gist options
  • Save kenduigraha/d44daedad5b076b42e18a32b17743a54 to your computer and use it in GitHub Desktop.
Save kenduigraha/d44daedad5b076b42e18a32b17743a54 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-01-22T04:16:46.206Z","extensionVersion":"v3.2.4"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.4.7"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.4"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "9.4.1"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.7.3"
}
]
{
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"javascript.preferences.quoteStyle": "single",
"prettier.singleQuote": true,
"editor.tabSize": 2,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"explorer.confirmDragAndDrop": false,
"workbench.sideBar.location": "left",
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 0,
"beautify.tabSize": 2,
"pugbeautify.tabSize": 2,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"workbench.colorTheme": "Dracula",
"sync.gist": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment