You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on a ROS project, I needed to set an environment variable to '${message}'
including quotation and not expanding ${message} as an environment variable.
I had to escape both $ and ' which messes up the syntax highlighting.
Working on a ROS project, I needed to set an environment variable to
'${message}'including quotation and not expanding ${message} as an environment variable.
I had to escape both $ and ' which messes up the syntax highlighting.