Hello,
I having a spot of trouble getting plugins/teststeps to turn up in the Editor. While I can seem to generate Python template plug-ins in VS Code and locate them via the search path, I struggle to do the same with the SDK and VS Code.
The motivation for doing so, is the abundance of examples for .NET/C#/SDK and the chance to skip an extra level of API (Python).
I installed OpenTAP 9.28.0, the Developer’s System (using an evaluation license), the SDK package, VS Code and .NET 8.0 SDK (v8.0? No particular reason).
The creation of new project and teststep templates seems to work, but I am struggling to find out how to debug/build the plugin properly (in vscode) and make it visible to the Editor or TUI.
Any help is greatly appreciated.