Skip to content

Update dependency ruby-lsp to "~> 0.19.0"

This MR contains the following updates:

Package Update Change
ruby-lsp minor "~> 0.17.0" -> "~> 0.19.0"

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

Shopify/ruby-lsp (ruby-lsp)

v0.19.1

Compare Source

v0.19.1

Enhancements

🐛 Bug Fixes

v0.19.0

Compare Source

v0.19.0

🚧 Breaking Changes

Enhancements

🐛 Bug Fixes

📦 Other Changes

v0.18.4

Compare Source

v0.18.4

Enhancements

🐛 Bug Fixes

📦 Other Changes

v0.18.3

Compare Source

v0.18.3

🐛 Bug Fixes

📦 Other Changes

v0.18.2

Compare Source

v0.18.2

Enhancements

🐛 Bug Fixes

📦 Other Changes

v0.18.1

Compare Source

v0.18.1

🐛 Bug Fixes

v0.18.0

Compare Source

v0.18.0

🚧 Breaking Changes

Enhancements

🐛 Bug Fixes

📦 Other Changes

v0.17.17

Compare Source

v0.17.17

Enhancements

🐛 Bug Fixes

📦 Other Changes

v0.17.16

Compare Source

v0.17.16

️ Important changes to semantic highlighting

We realized that the server was returning an excessive number of semantic tokens back to editors. In large files, that resulted in a lot of lag. This version of the Ruby LSP takes two steps to improve the performance:

  1. We added support for semantic token delta requests, which return only the difference in tokens between document state changes
  2. We minimized the number of tokens returned to include only ambiguous syntax. Everything else is highlighted using the bundled Text Mate grammar

Please ensure that you are on the latest version of both extension and server. If you spot anything that isn't working properly, report an issue.

Enhancements

🐛 Bug Fixes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports

Loading