Version: 0.1.77 and 0.1.75
Using with Cursor
I configured two properties in .vscode/settings.json automatically with support of SweetPad's scripts:
{
"sweetpad.build.configuration": "UAT-Debug",
"sweetpad.testing.configuration": "TEST-Debug"
}
the build configuration is respected well, however the testing configuration is somehow ignored and Sweetpad is using the build configuration for testing. The same happens with schemes - even though I have set a testing scheme, it's using the one for building