robotcode
robotcode copied to clipboard
[BUG] Global variable not found
Describe the bug If a global variable is set, the extension doesn't see it.
Steps To Reproduce Steps to reproduce the behavior:
- Create
__init__.robot
withVAR ${WELCOME} Hello scope=GLOBAL
- Create test.robot file and write a simple test
- Add ${WELCOME} in your test
- See an error
Variable '${WELCOME}' not found.robotcode(VariableNotFound)
in VS Code
Desktop:
- VS Code Version 1.97.0
- RobotCode Version 0.108.1
- OS: Windows 10
- Python Version 3.13
- RobotFramework Version 7.12