♻️ 重构

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::document_link
return "DocumentLinkResolve";
}
std::string Resolve::ProvideResponse(const protocol::RequestMessage& request, ExecutionContext& context)
std::string Resolve::ProvideResponse(const protocol::RequestMessage& request, [[maybe_unused]] ExecutionContext& context)
{
static_cast<void>(context);
spdlog::debug("DocumentLinkResolveProvider: Providing response for method {}", request.method);
spdlog::debug("DocumentLinkResolveProvider: Providing response for method {}", request.method);
// TODO: Implement the actual request handling logic
// 1. Parse request parameters