feat: implement multi-process LSP server architecture (#364)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ykiko
2026-03-22 23:37:08 +08:00
committed by GitHub
parent 73afcfbb58
commit 020c2cb3cc
61 changed files with 4231 additions and 674 deletions

View File

@@ -24,8 +24,6 @@ namespace clice::feature {
namespace {
namespace protocol = eventide::language::protocol;
struct CompletionPrefix {
LocalSourceRange range;
llvm::StringRef spelling;