robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
201 stars 91 forks source link

robot Interactive console should run __init__.robot when starting #730

Open Serhiy1 opened 2 years ago

Serhiy1 commented 2 years ago

Is your feature request related to a problem? Please describe. in the project I'm working on, __init__.robot runs some setup code and sets global data that is used by keywords. If want to use the interactive console to test some of the keywords in this project, I need to manually import and run the keywords from __init__.robot

Describe the solution you'd like the interactive console should automatically import __init__.robot and run the suite setup from it.

Describe alternatives you've considered Continuing to manually import and run the keywords.

Serhiy1 commented 2 years ago

Accidentally, messed up the labels should be robotframework-ls instead of robocorp-code