vscode-ruby-lsp
vscode-ruby-lsp copied to clipboard
VS Code plugin for connecting with the Ruby LSP
### Motivation Closes Shopify/ruby-lsp#1776, closes Shopify/ruby-lsp#1784, closes Shopify/ruby-lsp#1794, closes https://github.com/Shopify/ruby-lsp/issues/1216, closes Shopify/ruby-lsp#1762 Currently, we activate the Ruby environment using the user's version manager invoked through a shell. This is necessary...
### Motivation Adds code lens to run migrations to specific versions in the terminal. This is convenient because it allows developers to quickly rollback or fast-forward to specific schema versions...