Last active
March 10, 2018 17:47
-
-
Save Raydor/95c44f419b898cbd10158bff285ced56 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains 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":"2018-03-10T17:47:19.132Z","extensionVersion":"v2.9.0"} |
This file contains 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": "2.9.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff", | |
"publisherId": "ms-vscode.csharp", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "csharp", | |
"publisher": "ms-vscode", | |
"version": "1.14.0" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "8.1.0" | |
}, | |
{ | |
"metadata": { | |
"id": "0e4a80b3-71f6-4711-9058-cfb60e9cb7d7", | |
"publisherId": "maximetinu.identical-sublime-monokai-csharp-theme-colorizer", | |
"publisherDisplayName": "maximetinu" | |
}, | |
"name": "identical-sublime-monokai-csharp-theme-colorizer", | |
"publisher": "maximetinu", | |
"version": "0.10.0" | |
}, | |
{ | |
"metadata": { | |
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f", | |
"publisherId": "IBM.output-colorizer", | |
"publisherDisplayName": "IBM" | |
}, | |
"name": "output-colorizer", | |
"publisher": "IBM", | |
"version": "0.1.2" | |
}, | |
{ | |
"metadata": { | |
"id": "b0605276-f92b-4616-be91-ea11ec64dd1f", | |
"publisherId": "Unity.unity-debug", | |
"publisherDisplayName": "Unity" | |
}, | |
"name": "unity-debug", | |
"publisher": "Unity", | |
"version": "1.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "ebb13f5c-e0ec-4bf9-a6ca-983340e3a2e8", | |
"publisherId": "YclepticStudios.unity-snippets", | |
"publisherDisplayName": "YclepticStudios" | |
}, | |
"name": "unity-snippets", | |
"publisher": "YclepticStudios", | |
"version": "0.1.2" | |
}, | |
{ | |
"metadata": { | |
"id": "df7dc071-4d1a-488b-9984-2f4fc42331f3", | |
"publisherId": "Tobiah.unity-tools", | |
"publisherDisplayName": "Tobiah" | |
}, | |
"name": "unity-tools", | |
"publisher": "Tobiah", | |
"version": "0.1.9" | |
}, | |
{ | |
"metadata": { | |
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a", | |
"publisherId": "robertohuertasm.vscode-icons", | |
"publisherDisplayName": "robertohuertasm" | |
}, | |
"name": "vscode-icons", | |
"publisher": "robertohuertasm", | |
"version": "7.20.0" | |
} | |
] |
This file contains 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
// Empty |
This file contains 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
// Empty |
This file contains 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
{ | |
"editor.codeLens": false, | |
"workbench.iconTheme": "vscode-icons", | |
"sync.gist": "95c44f419b898cbd10158bff285ced56", | |
"sync.lastUpload": "2018-03-10T17:29:12.478Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "", | |
"sync.forceDownload": false, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true, | |
"workbench.activityBar.visible": true, | |
"workbench.sideBar.location": "left", | |
"editor.minimap.enabled": false, | |
"gitlens.gitExplorer.files.layout": "auto", | |
"window.menuBarVisibility": "default", | |
"workbench.statusBar.visible": true, | |
"editor.renderWhitespace": "none", | |
"editor.renderControlCharacters": false, | |
"window.zoomLevel": 0, | |
"gitlens.codeLens.scopes": [ | |
"containers", | |
"document" | |
], | |
"gitlens.codeLens.enabled": false, | |
"gitlens.currentLine.enabled": false, | |
"gitlens.hovers.currentLine.over": "line", | |
"gitlens.hovers.enabled": false, | |
"gitlens.recentChanges.highlight.locations": [ | |
"gutter", | |
"line", | |
"overview" | |
], | |
"workbench.colorTheme": "Sublime Monokai", | |
"workbench.statusBar.feedback.visible": false, | |
} |
This file contains 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
{"version":"7.20.0","status":0,"welcomeShown":true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment