DanielPBak
DanielPBak
I will most likely implement this in https://github.com/DanielPBak/robotframework-debuglibrary as it will be necessary for some other debugging features.
I have the same issue. In addition, jump to keyword and autocomplete don't seem to be pulling from my virtualenv's pythonpath. These are resources and libraries that are accessible when...
I don't know why that happened, it must have been a mistake.
So: `**/fox/test/robotframework/*.robot` doesn't work, but `**/test/robotframework/*.robot` does work (fox is the workspace root). What would be causing this? The problem with `**/test/robotframework/*.robot` is that it searches my entire filesystem for...