robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[QUESTION] python path configuration and pyproject.toml support

Open adamweld opened this issue 6 months ago • 1 comments

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

adamweld avatar Aug 29 '24 17:08 adamweld