♻️ 重构

This commit is contained in:
csh
2025-12-05 21:03:18 +08:00
parent 4c2e242920
commit 549f1d1b0a
161 changed files with 26415 additions and 28009 deletions
@@ -14,10 +14,9 @@ namespace lsp::provider
return "Initialized";
}
void Initialized::HandleNotification(const protocol::NotificationMessage& notification, ExecutionContext& context)
void Initialized::HandleNotification(const protocol::NotificationMessage& notification, [[maybe_unused]] ExecutionContext& context)
{
static_cast<void>(context); // 如果不需要上下文,可以忽略
spdlog::debug("InitializeProvider: Providing response for method {}", notification.method);
spdlog::debug("Initialized notification {}", notification.method);
}
}