You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(error-handling): ensure correct line range calculation in ErrorMessageProcessor
Previously, the line range calculation in `ErrorMessageProcessor` could result in incorrect offsets when `lineTo` was not specified or when it exceeded the number of lines in the document. This commit fixes the issue by introducing a new calculation that takes into account the presence and validity of `lineTo`, ensuring that the text range is always correctly determined.
0 commit comments