Closed LukaZeleznik closed 2 months ago
Make sense, I will definitely add it to the next release
I've added support for this in the latest release 0.1.28. Here is documentation — Set additional build settings
Briefly you need to add this to your .vscode/settings.json
file:
{
"sweetpad.build.args": ["-skipMacroValidation"],
}
Thank you very much!
Request to add support for the
-skipMacroValidation
flag to SweetPad, allowing users to bypass macro validation during build.Currently, sweetpad does not allow the user to set a
-skipMacroValidation
, which is needed in some workspaces. Otherwise the build might fail with:We use TCA, so this command is needed for a successful build.
Proposed Solution Add the option to add
-skipMacroValidation
flag that allows users to skip the macro validation step when building.