We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337da68 commit 2655cadCopy full SHA for 2655cad
robotcode/language_server/robotframework/diagnostics/namespace.py
@@ -594,6 +594,8 @@ async def yield_variables(
594
) -> AsyncGenerator[Tuple[VariableMatcher, VariableDefinition], None]:
595
from robot.parsing.model.blocks import Keyword, TestCase
596
597
+ await self.ensure_initialized()
598
+
599
yielded: Dict[VariableMatcher, VariableDefinition] = {}
600
601
async for var in async_chain(
0 commit comments