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
I'm getting weird rendering issues when getting language server diagnostics on the last line of a file. Parts of the line are duplicated, sometimes on the same line, sometimes below. Swapping out the terminal (I've tried xfce4-terminal and alacritty) didn't change the result either, changing the theme also didn't help.
I'm using the following:
python-lsp-server 1.6.0-1
helix (archlinux build) 22.08.1-1
My config only contains theme, ruler, and indent-guides as well as some unrelated keymaps.
Reproduction Steps
Helix log
~/.cache/helix/helix.log
The helix log contains a bunch of messages like the following (not from the exact same test run as the recording above, but they looked the same):
2022-11-09T15:03:11.127 helix_term::application [WARN] lsp position out of bounds - Diagnostic { range: Range { start: Position { line: 1, character: 39 }, end: Position { line: 1, character: 78 } }, severity: Some(Error), code: None, code_description: None, source: Some("pyflakes"), message: "expected ':'", related_information: None, tags: None, data: None }
2022-11-09T15:03:20.577 helix_term::application [WARN] lsp position out of bounds - Diagnostic { range: Range { start: Position { line: 1, character: 38 }, end: Position { line: 1, character: 91 } }, severity: Some(Error), code: None, code_description: None, source: Some("pyflakes"), message: "non-default argument follows default argument", related_information: None, tags: None, data: None }
Platform
Arch Linux
Terminal Emulator
xfce4-terminal, but it happens with others too
Helix Version
helix 22.08.1
The text was updated successfully, but these errors were encountered:
Summary
I'm getting weird rendering issues when getting language server diagnostics on the last line of a file. Parts of the line are duplicated, sometimes on the same line, sometimes below. Swapping out the terminal (I've tried xfce4-terminal and alacritty) didn't change the result either, changing the theme also didn't help.
I'm using the following:
My config only contains theme, ruler, and indent-guides as well as some unrelated keymaps.
Reproduction Steps
Helix log
~/.cache/helix/helix.log
The helix log contains a bunch of messages like the following (not from the exact same test run as the recording above, but they looked the same):Platform
Arch Linux
Terminal Emulator
xfce4-terminal, but it happens with others too
Helix Version
helix 22.08.1
The text was updated successfully, but these errors were encountered: