Skip to content

Instantly share code, notes, and snippets.

@erkansivas35
Last active April 25, 2022 09:28
Show Gist options
  • Save erkansivas35/6af69ca4af2da15c2fa9472932fa8033 to your computer and use it in GitHub Desktop.
Save erkansivas35/6af69ca4af2da15c2fa9472932fa8033 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-04-25T09:28:06.481Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "ec05e43e-8c10-4e35-9d9f-96dba42d1d4c",
"publisherId": "donjayamanne.bower",
"publisherDisplayName": "donjayamanne"
},
"name": "bower",
"publisher": "donjayamanne",
"version": "0.0.3"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.6.19"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "12.0.6"
},
{
"metadata": {
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherDisplayName": "ritwickdey"
},
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.7.5"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "9.5.0"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.35.0"
}
]
{"version":1,"resource":"vscode-userdata:/Users/erkansivas/Library/Application%20Support/Code/User/settings.json","entries":[{"id":"m9sr.json","timestamp":1650878319894},{"id":"PNaY.json","timestamp":1650878553281},{"id":"qo1F.json","timestamp":1650878699104}]}
{
"workbench.colorTheme": "Default Dark+"
}
{
"workbench.colorTheme": "Default Dark+",
"sync.gist": "6af69ca4af2da15c2fa9472932fa8033"
}
{
"workbench.colorTheme": "Default Dark+",
"sync.gist": "6af69ca4af2da15c2fa9472932fa8033",
"editor.tabSize": 2,
"git.autofetch": true,
"vetur.validation.template": false,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned",
"wrap_attributes_indent_size": "8",
"wrap_line_length": 250
}
},
"editor.fontSize": 14,
"terminal.integrated.fontSize": 12,
"editor.fontFamily": "Monaco, 'Courier New', monospace",
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true
},
"editor.formatOnSave": true,
"window.titleBarStyle": "native",
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"git.confirmSync": false,
"javascript.updateImportsOnFileMove.enabled": "always",
}
{
"workbench.colorTheme": "Default Dark+",
"sync.gist": "6af69ca4af2da15c2fa9472932fa8033",
"editor.tabSize": 2,
"git.autofetch": true,
"vetur.validation.template": false,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned",
"wrap_attributes_indent_size": "8",
"wrap_line_length": 250
}
},
"editor.fontSize": 14,
"terminal.integrated.fontSize": 12,
"editor.fontFamily": "Monaco, 'Courier New', monospace",
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true
},
"editor.formatOnSave": true,
"window.titleBarStyle": "native",
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"git.confirmSync": false,
"javascript.updateImportsOnFileMove.enabled": "always",
}
@erkansivas35
Copy link
Author

GitHub Token: 91aea844e009c4e14a985805a530ef29357f13d2
GitHub Gist: 6af69ca4af2da15c2fa9472932fa8033
GitHub Gist Type: Secret

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment