Update devcontainer.json to use Shopify.ruby-lsp extension

rebornix.Ruby is deprecated.
This commit is contained in:
Rafael Mendonça França 2023-06-20 15:46:16 +00:00
parent 330a123382
commit 0a4d76d3f7
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

@ -19,13 +19,15 @@
}
},
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby"
],
// Configure tool-specific properties.
"customizations": {
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"Shopify.ruby-lsp"
]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],