Skip to content

Commit 0deca36

Browse files
authored
Change Ruby extension to ruby-lsp
This is the extension that is recommended in the VSCode documentation now. https://code.visualstudio.com/docs/languages/ruby
1 parent 852f1f0 commit 0deca36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ruby/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"customizations": {
2222
"vscode": {
2323
"extensions": [
24-
"rebornix.Ruby"
24+
"Shopify.ruby-lsp"
2525
]
2626
}
2727
},

0 commit comments

Comments
 (0)