Open
Description
Describe the bug
Current run configuration will not mark source root/content root but Python run configuration supports that.
Steps To Reproduce
Steps to reproduce the behavior:
- Init a project with dictionary 'testcases' to store robot files.
- Prepare a 'library' dictionary to store my Python files and Mark this as a source root
- Check robot file editor
- All imports by 'Library' keywords warned as 'No module named 'xxx' found '
If possible add some example source code like:
***Settings***
Library common.geo.geotools
***Test Cases***
a simple test
do something # this should shown something
Desktop (please complete the following information):
- RobotCode Version [latest]
- OS: [Windows]
- Python Version [3.11]
- RobotFramework Version [4.1.3]