robotcode
robotcode copied to clipboard
[QUESTION] python path configuration and pyproject.toml support
Hi, first of all, thank you for this project, it's really great and already quite helpful.
I was wondering, what is the suggested way to add a custom libraries directory for the extension?
I am trying the following robot.toml file:
python-path = [ "/src/my_package/libraries" ] output-dir = [ "output" ]
however with this file created, intellisense seems to break and I am no longer able to follow function definitions.
PS, it would be great to support pyproject.toml configuration e.g. under [tool.robotidy] which I understand is generally interchangeable with robot.toml