Remove rebornix.Ruby extension (#737)

Remove the deprecated rebornix.Ruby extension from the list of installed extensions.
This commit is contained in:
Oscar 2023-10-30 13:16:28 -04:00 committed by GitHub
parent d4ecc7be06
commit 7324b6d03c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"id": "ruby",
"version": "1.1.2",
"version": "1.2.0",
"name": "Ruby (via rvm)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/ruby",
"description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",
@ -21,7 +21,6 @@
"customizations": {
"vscode": {
"extensions": [
"rebornix.Ruby",
"shopify.ruby-lsp"
]
}