Unverified Commit ef76ff97 authored by Rafael Mendonça França's avatar Rafael Mendonça França Committed by GitHub

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
parent b6dbe705
{ {
"id": "ruby", "id": "ruby",
"version": "1.0.10", "version": "1.1.0",
"name": "Ruby (via rvm)", "name": "Ruby (via rvm)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/ruby", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/ruby",
"description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.", "description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"rebornix.Ruby" "rebornix.Ruby",
"shopify.ruby-lsp"
] ]
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment