You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to have my robot.toml configuration in non-default locations.
For most part this works fine
I can run tests through CLI nicely by passing the correct robot.toml in with --config
VSCode language server works nicely if I configure robotcode.languageServer.extraArgs
What does not work for me is running/debugging tests with VSCode
If I configure robotcode.extraArgs they do not seem to get passed to the robotcode when starting test runs from VSCode GUI (Testing View or Editor). Test runs are started with robot.toml configuration in one of the default paths instead.
Is there an option I am missing that would allow me to configure which robot.toml file to use when starting test runs from VSCode GUI?