Closed hqnna closed 4 months ago
Describe the bug When my editor, zed attempts to connect to mesonlsp, it fails.
To Reproduce Steps to reproduce the behavior:
2024-07-11T07:11:16-07:00 [INFO] starting language server "meson", path: "/Users/hanna/Projects/website", id: 6 2024-07-11T07:11:17-07:00 [INFO] starting language server. binary path: "/Users/hanna/Library/Application Support/Zed/extensions/work/meson/mesonlsp-x86_64-apple-darwin.zip/mesonlsp", working directory: "/Users/hanna/Projects/website", args: ["--lsp"] 2024-07-11T07:11:17-07:00 [ERROR] cannot read LSP message headers 2024-07-11T07:11:17-07:00 [ERROR] Broken pipe (os error 32) 2024-07-11T07:11:17-07:00 [ERROR] failed to start language server "meson": oneshot canceled 2024-07-11T07:11:17-07:00 [ERROR] server stderr: Some("...") 2024-07-11T07:11:17-07:00 [ERROR] Hit 4 reinstallation attempts for "meson" 2024-07-11T07:11:17-07:00 [ERROR] server shut down
Expected behavior The LSP server should start and remain open, providing the editor suggestions.
Screenshots/Screencasts
System info
Additional context Downgrading the mesonlsp binary at the path in the log to the previous release fixes it.
Thanks for this issue.
2024-07-11T07:11:17-07:00 [ERROR] server stderr: Some("...")
Broken Pipe
meson.build
Thanks, I was able to reproduce it and fix it. 4.3.1 is coming soon
Describe the bug When my editor, zed attempts to connect to mesonlsp, it fails.
To Reproduce Steps to reproduce the behavior:
Expected behavior The LSP server should start and remain open, providing the editor suggestions.
Screenshots/Screencasts
System info
Additional context Downgrading the mesonlsp binary at the path in the log to the previous release fixes it.