Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shopify/vscode-ruby-lsp
VS Code plugin for connecting with the Ruby LSP
https://github.com/Shopify/vscode-ruby-lsp
lsp ruby
Last synced: 3 months ago
JSON representation
VS Code plugin for connecting with the Ruby LSP
- Host: GitHub
- URL: https://github.com/Shopify/vscode-ruby-lsp
- Owner: Shopify
- License: other
- Archived: true
- Created: 2022-03-04T17:02:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T19:12:41.000Z (5 months ago)
- Last Synced: 2024-06-03T23:46:25.718Z (5 months ago)
- Topics: lsp, ruby
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp
- Size: 5.28 MB
- Stars: 418
- Watchers: 245
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ruby LSP (VS Code extension)
> [!IMPORTANT]
> The code in this repository has moved! Find the Ruby LSP VS Code extension in our
> [monorepo](https://github.com/Shopify/ruby-lsp/tree/main/vscode).## Why switch to a monorepo?
Having the VS Code extension and the server implementation be separate repositories was leading to duplicate work. For
example:- The same bug reports or feature suggestions being created in both repositories
- Duplicate documentation
- Documentation that's not consolidated in a single place, requiring users to check multiple places to get the
information they needed
- Duplicate integration testsTo consolidate all Ruby LSP information and better serve users, we decided to merge everything into a monorepo. The
[ruby-lsp](https://github.com/Shopify/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.