How do you run multiple suites back to back in vscode?

If you are using the Robot Framework Language Server (https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp), then you need to create a custom launch configuration in launch.json where the target is the folder with the files you want to run.

1 Like