robotcode
robotcode copied to clipboard
[QUESTION] Unable to use non-default robot.toml configuration when running tests from VSCode GUI
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.tomlin 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.extraArgsthey do not seem to get passed to the robotcode when starting test runs from VSCode GUI (Testing View or Editor). Test runs are started withrobot.tomlconfiguration 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?
- VS Code Version 1.94.0
- RobotCode Version [0.93.1]
- OS: [Windows 10]
- Python Version [3.11.8]
- RobotFramework Version [7.0.0]