Daniel Biehl

Results 161 comments of Daniel Biehl

That sounds like a great idea, and I will include it, but you don’t have to be frustrated ;-) It might also be a good idea to add a QuickFix...

How can the robotcode.extraArgs be configured? Could you provide an example? Additionally, what is the rationale for using non-default locations?

I will investigate this a bit further. It might be possible to use a `launch.json` with a default configuration to start tests, but it sounds a bit complicated. Perhaps a...

At the moment, you need to use the `robotcode.languageServer.extraArgs` setting with `-c`, `path_to/config.toml`, and if you want to run the tests, you have to create a `.vscode/launch.json` file in your...

How is this noticeable? When I press the Run button, a new terminal opens, if one is not already open, and it starts within 1 second. Where are the 3...

I can't do it any faster because VSCode creates a new terminal session, attaches the test listener and connects to it and so on. If you don't close the terminal...

this is done by VSCode, because a debugging session is started and maybe this environment is different (other environment variables, python interpreter or whatever) then a normal terminal session. Since...