![]() Fixes a bug in https://github.com/zed-industries/zed/pull/17578 when computing the offset. Specifically, `offset.add_assign()` should be incremented on every loop match instead of only when the completion text is found. Before:  After:  Release Notes: - Fixed a wrong offset calculation in the Supermaven inline completion provider. |
||
---|---|---|
.. | ||
messages.rs | ||
supermaven.rs | ||
supermaven_completion_provider.rs |