Skip to content

Instantly share code, notes, and snippets.

@satheyogesh
Last active July 10, 2020 04:41
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 satheyogesh/048d95db24ae800203cbf1905da2c015 to your computer and use it in GitHub Desktop.
Save satheyogesh/048d95db24ae800203cbf1905da2c015 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-05-27T23:31:42.978Z","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": "a2fe359b-6dea-4080-904e-3f217e7f56a2",
"publisherId": "stevejpurves.cucumber",
"publisherDisplayName": "stevejpurves"
},
"name": "cucumber",
"publisher": "stevejpurves",
"version": "0.12.0"
},
{
"metadata": {
"id": "25e38b8d-ff51-4c34-af36-b7b7961cf666",
"publisherId": "alexkrechik.cucumberautocomplete",
"publisherDisplayName": "alexkrechik"
},
"name": "cucumberautocomplete",
"publisher": "alexkrechik",
"version": "2.14.1"
},
{
"metadata": {
"id": "9f0cabad-4403-4567-919b-9e31251922bc",
"publisherId": "AravindKumar.gherkin-indent",
"publisherDisplayName": "AravindKumar"
},
"name": "gherkin-indent",
"publisher": "AravindKumar",
"version": "2.0.0"
},
{
"metadata": {
"id": "67e66172-30c7-4478-8f5d-6eac4ae755dc",
"publisherId": "mohsen1.prettify-json",
"publisherDisplayName": "mohsen1"
},
"name": "prettify-json",
"publisher": "mohsen1",
"version": "0.0.3"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.27.0"
},
{
"metadata": {
"id": "349e83e2-207c-4309-a8d2-dfa43f7ee0c9",
"publisherId": "castwide.solargraph",
"publisherDisplayName": "castwide"
},
"name": "solargraph",
"publisher": "castwide",
"version": "0.21.1"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "10.1.1"
},
{
"metadata": {
"id": "708cfcd8-e0c6-49ca-9af6-b27a342d247b",
"publisherId": "wingrunr21.vscode-ruby",
"publisherDisplayName": "wingrunr21"
},
"name": "vscode-ruby",
"publisher": "wingrunr21",
"version": "0.27.0"
},
{
"metadata": {
"id": "71552028-35dc-4e20-b904-8fe8543944a1",
"publisherId": "mbessey.vscode-rufo",
"publisherDisplayName": "mbessey"
},
"name": "vscode-rufo",
"publisher": "mbessey",
"version": "0.2.1"
}
]
{
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"workbench.iconTheme": "vscode-icons",
"sync.gist": "048d95db24ae800203cbf1905da2c015",
"[ruby]": {
"editor.defaultFormatter": "castwide.solargraph"
},
"ruby.intellisense": "rubyLocate",
"workbench.colorTheme": "Visual Studio Dark",
"solargraph.logLevel": "info"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment