This is the monorepo for the Visual Studio Code Ruby extensions.
Head on over to the Ruby extension README to get started!
vscode-ruby
- extension providing syntax highlighting, language configuration, and snippets for Rubyvscode-ruby-client
- extension logic including the language server clientvscode-ruby-common
- common utilities that are shared among several other packages (eg environment detection)vscode-ruby-debugger
- implementation of the debuggerlanguage-server-ruby
- language server implementation
Documentation is available in the docs folder
See the developing docs