Home

Awesome

<p align="center"> <img alt="Ruby LSP logo" width="200" src="icon.png" /> </p>

Ruby LSP (VS Code extension)

[!IMPORTANT] The code in this repository has moved! Find the Ruby LSP VS Code extension in our monorepo.

Why switch to a monorepo?

Having the VS Code extension and the server implementation be separate repositories was leading to duplicate work. For example:

To consolidate all Ruby LSP information and better serve users, we decided to merge everything into a monorepo. The ruby-lsp repository is now the home for both the server and the VS Code extension.

All issues and commit history were transferred to keep the history and context of the extension.