Closed kkotenko closed 11 months ago
Robot framework supports environment variables like %{JAVA_HOME}, see http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#environment-variables
%{JAVA_HOME}
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.
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
.bash_profile
launchctl setenv
Robot framework supports environment variables like
%{JAVA_HOME}
, see http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#environment-variablesWhile the plugin does realize those are variables, it marks them with "Variable definition not found", which here can be seen with the grey underline.