Skip to content

Instantly share code, notes, and snippets.

@mgh9
Last active June 19, 2020 10:55
Show Gist options
  • Select an option

  • Save mgh9/a095dbbd9e1cd02a5ea39b091382a5d1 to your computer and use it in GitHub Desktop.

Select an option

Save mgh9/a095dbbd9e1cd02a5ea39b091382a5d1 to your computer and use it in GitHub Desktop.
for vs code settings synccc
{"lastUpload":"2020-06-19T10:55:08.230Z","extensionVersion":"v3.4.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": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "ms-dotnettools.csharp",
"publisherDisplayName": "ms-dotnettools"
},
"name": "csharp",
"publisher": "ms-dotnettools",
"version": "1.22.1"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.2.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "10.1.1"
}
]
{
"window.zoomLevel": 1,
"workbench.statusBar.visible": true,
"workbench.iconTheme": "vscode-icons",
"editor.fontFamily": "'Fira Code',Consolas, 'Courier New', monospace",
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 200,
"editor.minimap.showSlider": "always",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.gist": "a095dbbd9e1cd02a5ea39b091382a5d1",
"sync.forceDownload": true,
"sync.forceUpload": true,
"sync.quietSync": false,
"workbench.colorTheme": "Visual Studio 2019 Dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment