🐛 fix: align rename provider method names
This commit is contained in:
@@ -27,12 +27,12 @@ namespace lsp::provider::text_document
|
||||
{
|
||||
std::string PrepareRename::GetMethod() const
|
||||
{
|
||||
return "TextDocumenttextDocument/prepareRename";
|
||||
return "textDocument/prepareRename";
|
||||
}
|
||||
|
||||
std::string PrepareRename::GetProviderName() const
|
||||
{
|
||||
return "PrepareRename";
|
||||
return "TextDocumentPrepareRename";
|
||||
}
|
||||
|
||||
std::string PrepareRename::ProvideResponse(const protocol::RequestMessage& request, [[maybe_unused]] ExecutionContext& context)
|
||||
|
||||
Reference in New Issue
Block a user