Skip to content

Instantly share code, notes, and snippets.

@gcsecsey
Created November 7, 2018 12:05
Show Gist options
  • Save gcsecsey/5fbe2c75633d5bdddaaa0a4c25e7b857 to your computer and use it in GitHub Desktop.
Save gcsecsey/5fbe2c75633d5bdddaaa0a4c25e7b857 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{
"workbench.colorTheme": "Flat UI (+GUI)"
}
{
"python.pythonPath": "C:\\tools\\Anaconda3\\envs\\scrapy",
"workbench.colorTheme": "Flat UI (+GUI)"
}
{"lastUpload":"2018-11-07T12:05:34.253Z","extensionVersion":"v3.2.0"}
[
{
"metadata": {
"id": "5a8b9107-e667-4ec8-a792-d066a93b9eff",
"publisherId": "ms-python.anaconda-extension-pack",
"publisherDisplayName": "ms-python"
},
"name": "anaconda-extension-pack",
"publisher": "ms-python",
"version": "1.0.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2018.9.2"
},
{
"metadata": {
"id": "c902ace3-9c36-4104-9002-1bec84691969",
"publisherId": "danibram.theme-flatui",
"publisherDisplayName": "danibram"
},
"name": "theme-flatui",
"publisher": "danibram",
"version": "3.1.0"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.1.0"
}
]
{
"workbench.colorTheme": "Flat UI (+GUI)",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"sync.gist": "",
"sync.autoUpload": true,
"sync.autoDownload": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment