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
@CoderParth I don't have a ~/.local/share/zed/` directory. I'm also using pyright and Ruff as my language servers, not pylsp.
My language servers are correctly configured, as the errors are properly reported. Please see the screenshots I included.
You are seeing different errors because you are using pylsp, and it looks like Pyflakes is reporting the errors at the last character of the line (instead of past the end of the line). The bug here is that Zed is not showing errors in the editor if they occur past the end of the line.
Check for existing issues
Describe the bug / provide steps to reproduce it
The overview in the scrollbar shows the errors, even though they do not appear in the editor:
Both language servers correctly report the errors:
VS Code shows the errors correctly with the same language servers. Note how the errors are reported with the location past the end of the line:
Zed Version and System Specs
Zed: v0.166.1 (Zed)
OS: macOS 15.2.0
Memory: 16 GiB
Architecture: x86_64
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: