Skip to content

Commit

Permalink
Remove rebornix.Ruby extension (devcontainers#737)
Browse files Browse the repository at this point in the history
Remove the deprecated rebornix.Ruby extension from the list of installed extensions.
  • Loading branch information
0sc authored Oct 30, 2023
1 parent d4ecc7b commit 7324b6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ruby/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -21,7 +21,6 @@
"customizations": {
"vscode": {
"extensions": [
"rebornix.Ruby",
"shopify.ruby-lsp"
]
}
Expand Down

0 comments on commit 7324b6d

Please sign in to comment.