Skip to content

[BUG] Global variable not found #390

Open
@vadim-96

Description

@vadim-96

Describe the bug
If a global variable is set, the extension doesn't see it.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Create __init__.robot with VAR ${WELCOME} Hello scope=GLOBAL
  2. Create test.robot file and write a simple test
  3. Add ${WELCOME} in your test
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions