Skip to content

Instantly share code, notes, and snippets.

@mj2silva
Last active October 20, 2020 14:45
Show Gist options
  • Save mj2silva/b8d695b6cf3b6603dc1ac293629fa173 to your computer and use it in GitHub Desktop.
Save mj2silva/b8d695b6cf3b6603dc1ac293629fa173 to your computer and use it in GitHub Desktop.
VS Configuration for Settings Sync
{"lastUpload":"2020-10-20T14:43:50.949Z","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": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.11"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.3.0"
},
{
"metadata": {
"id": "7f7e0e9c-b5ad-4e21-a425-f63bd56cb13f",
"publisherId": "EQuimper.react-native-react-redux",
"publisherDisplayName": "EQuimper"
},
"name": "react-native-react-redux",
"publisher": "EQuimper",
"version": "2.0.6"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.50.1"
},
{
"metadata": {
"id": "f5d7ffda-c1d6-4070-ba80-803c705a1ee6",
"publisherId": "monokai.theme-monokai-pro-vscode",
"publisherDisplayName": "monokai"
},
"name": "theme-monokai-pro-vscode",
"publisher": "monokai",
"version": "1.1.17"
}
]
{
"workbench.colorTheme": "Monokai Pro",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'Operator Mono Light', Consolas, 'Courier New', monospace",
"editor.tabSize": 2,
"files.eol": "\n",
"window.zoomLevel": 0,
"editor.formatOnSave": true,
"eslint.format.enable": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"sync.autoUpload": false,
"sync.gist": "b8d695b6cf3b6603dc1ac293629fa173"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment