Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

rubyide/vscode-ruby

Repository files navigation

Visual Studio Code Ruby Extensions

DEPRECATED

Shopify's ruby-lsp and associated vscode-ruby-lsp are recommended alternatives to this extension. It is substantially easier to produce a high-quality LSP implementation using Ruby itself vs relying on another language such as TypeScript.

In addition, sponsorship of a project by a company like Shopify could help to ensure a high-quality developer experience going forward. Even with multiple people helping on this project, keeping up with Microsoft's development of VSCode plus the wide array of Ruby community tooling is a tall undertaking.

As of 4/2/2023, the VSCode extensions are not marked deprecated. They will be within the next few weeks.

Readme

This is the monorepo for the Visual Studio Code Ruby extensions.

Head on over to the Ruby extension README to get started!

Packages

Docs

Documentation is available in the docs folder

Troubleshooting

Troubleshooting documentation is available here folder

Developing

See the developing docs