Last active
June 19, 2020 10:55
-
-
Save mgh9/a095dbbd9e1cd02a5ea39b091382a5d1 to your computer and use it in GitHub Desktop.
for vs code settings synccc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-06-19T10:55:08.230Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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