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
If a line has a character code point > U+FFFF, e.g. an emoji, the range params sent to the LSP for various operations, like hover, are invalid and beyond the range of the line length (i.e. the column number is greater than the logical line length).