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
While working on a C++ project (https://github.com/chromium/chromium), I always see a number of "clangd (Unknown worktree)" entries at LSP logs.
ps shows that only one clangd process is running though. And clicking on Server Info when one of those entries is selected doesn't work (the selected entry is not changed).
In general "unknown worktree" is used when we're running a language server instance for one-off buffers (outside of your project worktrees), such as stdlib headers and so on. I'm not sure why they show up for you if the process is not running though.
Summary
While working on a C++ project (https://github.com/chromium/chromium), I always see a number of "clangd (Unknown worktree)" entries at LSP logs.
ps
shows that only one clangd process is running though. And clicking on Server Info when one of those entries is selected doesn't work (the selected entry is not changed).Zed Version and System Specs
Zed: v0.174.8 (Zed)
OS: macOS 15.3.1
Memory: 32 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: