Skip to content

Instantly share code, notes, and snippets.

@ZaWertun
Last active July 11, 2018 11:48
Show Gist options
  • Save ZaWertun/985aa1aa667112bce50a10316fc0ae15 to your computer and use it in GitHub Desktop.
Save ZaWertun/985aa1aa667112bce50a10316fc0ae15 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-11T11:48:45.467Z","extensionVersion":"v2.9.2"}
[
{
"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": "e046ec1e-3907-466b-aaea-ff1956a46d27",
"publisherId": "jchannon.csharpextensions",
"publisherDisplayName": "jchannon"
},
"name": "csharpextensions",
"publisher": "jchannon",
"version": "1.3.0"
},
{
"metadata": {
"id": "d1a2eab4-aa6e-4094-93b3-6a007f60bd9d",
"publisherId": "k--kato.docomment",
"publisherDisplayName": "k--kato"
},
"name": "docomment",
"publisher": "k--kato",
"version": "0.1.2"
},
{
"metadata": {
"id": "17baf027-6531-408d-9dc4-d16f5c80fa1b",
"publisherId": "formulahendry.dotnet",
"publisherDisplayName": "formulahendry"
},
"name": "dotnet",
"publisher": "formulahendry",
"version": "0.0.4"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.12.4"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.1"
},
{
"metadata": {
"id": "ffb0fdce-1a37-40ee-9d88-5e20f2fb0094",
"publisherId": "artdiniz.quitcontrol-vscode",
"publisherDisplayName": "artdiniz"
},
"name": "quitcontrol-vscode",
"publisher": "artdiniz",
"version": "2.0.4"
},
{
"metadata": {
"id": "937fa76c-0fd7-4e54-a4d3-d78b07f2d725",
"publisherId": "fernandoescolar.vscode-solution-explorer",
"publisherDisplayName": "fernandoescolar"
},
"name": "vscode-solution-explorer",
"publisher": "fernandoescolar",
"version": "0.2.30"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherDisplayName": "wayou"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "0.5.12"
},
{
"metadata": {
"id": "08b9f747-475c-4854-bdd7-ce528cc6e95e",
"publisherId": "josephwoodward.vscodeilviewer",
"publisherDisplayName": "josephwoodward"
},
"name": "vscodeilviewer",
"publisher": "josephwoodward",
"version": "0.0.1"
},
{
"metadata": {
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherDisplayName": "DotJoshJohnson"
},
"name": "xml",
"publisher": "DotJoshJohnson",
"version": "2.3.1"
}
]
{
"files.encoding": "utf8",
"editor.fontSize": 12,
"editor.fontFamily": "Roboto Mono",
"editor.renderWhitespace": "boundary",
"editor.renderLineHighlight": "all",
"terminal.integrated.fontSize": 12,
"terminal.integrated.scrollback": 10000,
"terminal.integrated.fontFamily": "Roboto Mono",
"workbench.colorTheme": "Visual Studio Light",
"terminal.integrated.experimentalTextureCachingStrategy": "dynamic",
"vssolution.trackActiveItem": false,
"sync.gist": "985aa1aa667112bce50a10316fc0ae15",
"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-07-10T11:09:43.628Z",
"sync.lastDownload": "",
"sync.forceDownload": false,
"git.autofetch": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment