Skip to content

Commit 7324b6d

Browse files
authored
Remove rebornix.Ruby extension (#737)
Remove the deprecated rebornix.Ruby extension from the list of installed extensions.
1 parent d4ecc7b commit 7324b6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ruby/devcontainer-feature.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"name": "Ruby (via rvm)",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/ruby",
66
"description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",
@@ -21,7 +21,6 @@
2121
"customizations": {
2222
"vscode": {
2323
"extensions": [
24-
"rebornix.Ruby",
2524
"shopify.ruby-lsp"
2625
]
2726
}

0 commit comments

Comments
 (0)