feat: implement multi-process LSP server architecture (#364)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,8 +14,6 @@ namespace clice::feature {
|
||||
|
||||
namespace {
|
||||
|
||||
namespace protocol = eventide::language::protocol;
|
||||
|
||||
auto symbol_name(SymbolKind kind) -> llvm::StringRef {
|
||||
switch(kind) {
|
||||
case SymbolKind::Module: return "module";
|
||||
|
||||
Reference in New Issue
Block a user