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
This commit is contained in:
Rafael Mendonça França 2023-06-29 18:00:56 -04:00 committed by GitHub
parent b6dbe7051c
commit ef76ff97b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"id": "ruby",
"version": "1.0.10",
"version": "1.1.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,8 @@
"customizations": {
"vscode": {
"extensions": [
"rebornix.Ruby"
"rebornix.Ruby",
"shopify.ruby-lsp"
]
}
},