mirror of
https://github.com/tiennm99/serena.git
synced 2026-08-21 04:24:56 +00:00
Comment
This commit is contained in:
@@ -575,7 +575,7 @@ class LanguageServer:
|
||||
|
||||
return ret
|
||||
|
||||
# For some reason, the LS may need longer to process this, so we just retry
|
||||
# Some LS cause problems with this, so the call is isolated from the rest to allow overriding in subclasses
|
||||
async def _send_references_request(self, relative_file_path: str, line: int, column: int):
|
||||
return await self.server.send.references(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user