-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document diagnostics are not reported in the buffer (but visible in the workspace picker) #9429
Comments
#8873 was relatively recent and overhauled the way |
Could also be #7658 maybe? |
that issue has been around forever |
Yeah that's what I thought too, but the latest commit was working a couple of weeks ago. It was reported on Matrix that 23.10 works: https://matrix.to/#/!zMuVRxoqjyxyjSEBXc:matrix.org/$BFNFaPLZCR6_4pL3RY9TDOpPrYyJ0yJeI7tJk_EfSO0?via=matrix.org&via=mozilla.org&via=envs.net I should have checked 23.10 on Windows myself so I'll do that when I'm back on. It's possible that it's either something to do with my local environment, a Windows update, or something with Helix. |
I checked and it's indeed #8873 |
Summary
It seems like one of the recent commits cause us to not be able to report the diagnostics associated with a file in the buffer on Windows.
Reproduction Steps
I tried this:
hx
in helixdocument.rs
I expected this to happen:
Diagnostic is shown in the diagnostic and upper right corner as usual.
Instead, this happened:
]d
and[d
do not work. Going to line 956 where the error is shows nothing in the gutter nor does the error appear.Helix log
~/.cache/helix/helix.log
log.txt
Platform
Windows
Terminal Emulator
Windows Terminal 1.18.3181.0
Installation Method
Source
Helix Version
2661e05
The text was updated successfully, but these errors were encountered: