Skip to content

Instantly share code, notes, and snippets.

@kolombet
Created September 3, 2019 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kolombet/fb87cc38c486f859058e16362c163e90 to your computer and use it in GitHub Desktop.
Save kolombet/fb87cc38c486f859058e16362c163e90 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-03T12:20:08.322Z","extensionVersion":"v3.4.2"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.2"
},
{
"metadata": {
"id": "fa63aa30-e63a-48b1-876d-562a57da717f",
"publisherId": "eppz.eppz-code",
"publisherDisplayName": "eppz"
},
"name": "eppz-code",
"publisher": "eppz",
"version": "1.2.41"
}
]
{
// "editor.lineNumbers": "off",
"editor.renderWhitespace": "all",
"editor.minimap.enabled": false,
"git.ignoreMissingGitWarning": true,
"update.channel": "default",
"editor.fontSize": 18,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code", "monospace",
"files.associations": {
"*.jslib": "javascript"
},
"workbench.activityBar.visible": false,
"workbench.editor.enablePreview": false,
"csharp.suppressDotnetInstallWarning": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "eppz!",
"search.useIgnoreFiles": false,
"editor.autoClosingBrackets": false,
"editor.formatOnSave": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment