mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat: 更新 LSP 测试,调整测试文件和增加分析等待时间
This commit is contained in:
@@ -32,7 +32,7 @@ class MockLspManager:
|
||||
self.outgoing_calls: Dict[str, List[Dict]] = {}
|
||||
|
||||
async def get_call_hierarchy_items(
|
||||
self, file_path: str, line: int, character: int
|
||||
self, file_path: str, line: int, character: int, wait_for_analysis: float = 0.0
|
||||
) -> List[Dict]:
|
||||
"""Mock get_call_hierarchy_items."""
|
||||
key = f"{file_path}:{line}:{character}"
|
||||
|
||||
Reference in New Issue
Block a user