trannghia190 / robotframework-helper

4 stars 3 forks source link

Syntax highlighting marks environment variables as "Variable definition not found" #2

Closed kkotenko closed 11 months ago

kkotenko commented 11 months ago

Robot framework supports environment variables like %{JAVA_HOME}, see http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#environment-variables

While the plugin does realize those are variables, it marks them with "Variable definition not found", which here can be seen with the grey underline.

image

trannghia190 commented 11 months ago

fixed in 1.2.5.2 note: with MacOs plugin can't find the variable in the .bash_profile file -> need to add variable to environment variable by using launchctl setenv command