♻️ 重构
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user