ruby-lsp
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/ruby-lsp. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Debugging
Tracing LSP requests and responses
LSP server tracing can be controlled through the ruby lsp.trace.server config key in the .vscode/settings.json config file.
Possible values are:
off: no tracingmessages: display requests and responses notificationsverbose: display each request and response as JSON
License
The gem is available as open source under the terms of the MIT License.