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

@@ -9,7 +9,7 @@ namespace clice::testing {
namespace {
namespace protocol = eventide::language::protocol;
namespace protocol = eventide::ipc::protocol;
TEST_SUITE(CodeCompletion) {