Witold
Results
1
comments of
Witold
Just add a debug configuration similar to that to your `launch.json`: ``` { "name": "Debug .feature test", "type": "go", "request": "launch", "mode": "test", "program": "${workspaceFolder}/some_path/main_test.go", "args": [ "--godog.format", "pretty", "-test.run",...