Skip to content

Commit ef76ff9

Browse files
authored
Change Ruby extension to ruby-lsp (#566)
This is the extension that is recommended in the VSCode documentation now. https://code.visualstudio.com/docs/languages/ruby
1 parent b6dbe70 commit ef76ff9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/ruby/devcontainer-feature.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "1.0.10",
3+
"version": "1.1.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,8 @@
2121
"customizations": {
2222
"vscode": {
2323
"extensions": [
24-
"rebornix.Ruby"
24+
"rebornix.Ruby",
25+
"shopify.ruby-lsp"
2526
]
2627
}
2728
},

0 commit comments

Comments
 (0)