trannghia190 / robotframework-helper

4 stars 2 forks source link

[v1.2.5.3] Keyword arguments are displayed as "Variable definition not found" #4

Closed kkotenko closed 8 months ago

kkotenko commented 8 months ago

Possibly related to #3: Since 1.2.5.3, the plugin underlines variables defined in arguments with "Variable definition not found". For example:

Some keyword
    [Arguments]    ${version_to_target}=24

    Log     ${version_to_target}  # in this line, version_to_target has "Variable definition not found"

Downgrading to 1.2.5.2 fixes the problem.

As always, many thanks for your effort!

trannghia190 commented 8 months ago

oh, it seems more complicated than I thought. Thanks for reporting the issue. It will be fixed 1.2.5.4