Daniel Penning
Daniel Penning
### Brief Issue Summary Assume that 1. a `CMakePresets.json` is present and contains a single preset 2. `cmake.buildDirectory` points to a build directory that is already configured for a preset...
RobotFramework [defines ](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#operating-system-variables) `${EXECDIR}` as > An absolute path to the directory where test execution was started from. I am surprised by how this variable is handled in Visual Studio...
**Describe the bug** We use a robot variable to store a path to a user library. Running the suite or test from within VS Code works fine. However when the...
**Describe the bug** Starting a test within RobotCode adds around 3s overhead compared to running the same .robot file from the CLI with `robot`. For short development loops this overhead...
> This is a parser for KiCad V5 through V8 schematic netlist files that are output by EESCHEMA. Are there plans to update for KiCad V9? I just tried to...