This commit is contained in:
Michael Panchenko
2025-04-29 14:18:52 +02:00
parent adad5008c7
commit e5e8fc2aa6
+1 -1
View File
@@ -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(
{