Skip to content

Instantly share code, notes, and snippets.

@dezull
Created December 4, 2018 04:54
Show Gist options
  • Save dezull/e82a52f0a996eba789e936213629beb4 to your computer and use it in GitHub Desktop.
Save dezull/e82a52f0a996eba789e936213629beb4 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-12-04T04:54:52.615Z","extensionVersion":"v3.2.2"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.2"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.20.0"
},
{
"metadata": {
"id": "867c2662-4ce0-4736-a22c-69975925a0c6",
"publisherId": "misogi.ruby-rubocop",
"publisherDisplayName": "misogi"
},
"name": "ruby-rubocop",
"publisher": "misogi",
"version": "0.7.1"
}
]
// Place your key bindings in this file to overwrite the defaults
[
]
// Place your settings in this file to overwrite the default settings
{
"[ruby]": {
"editor.tabSize": 2,
"files.insertFinalNewline": true
},
"ruby.format": "rubocop",
"sync.gist": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment