Skip to content

Instantly share code, notes, and snippets.

@LukeTowers
Created October 30, 2018 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LukeTowers/d17b8819384e8820f288715d16209a1c to your computer and use it in GitHub Desktop.
Save LukeTowers/d17b8819384e8820f288715d16209a1c to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-10-30T16:23:36.424Z","extensionVersion":"v3.2.0"}
[
{
"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": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.17.7"
},
{
"metadata": {
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherDisplayName": "neilbrayfield"
},
"name": "php-docblocker",
"publisher": "neilbrayfield",
"version": "1.6.0"
},
{
"metadata": {
"id": "80cd78fe-5f26-46fd-bfca-cd9b9a17329e",
"publisherId": "linyang95.php-symbols",
"publisherDisplayName": "linyang95"
},
"name": "php-symbols",
"publisher": "linyang95",
"version": "2.1.0"
}
]
// Place your settings in this file to overwrite the default settings
{
"telemetry.enableTelemetry": false,
"workbench.sideBar.location": "left",
"editor.minimap.side": "left",
"editor.minimap.showSlider": "always",
"editor.minimap.maxColumn": 80,
"outline.icons": false,
"workbench.iconTheme": null,
"workbench.activityBar.visible": false,
"explorer.openEditors.visible": 0,
"workbench.colorTheme": "One Dark Pro Vivid",
"editor.renderWhitespace": "boundary",
"window.zoomLevel": -1,
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.autoIndent": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment