Hi Scott,
that got me on the right track. I saw in the logs that internally it is using CLI to deploy and the path looked suspicious with sfdx instead of sf.
Turns out I had two versions of CLI installed and the up-to-date one is in my path and was used when I successfully tried to deploy using terminal CLI manually and the old one used by Illuminated cloud that did not know about that new metadata type.
Thanks for your fast support!!!
kind regards,
Nikolai
2025-05-19 17:40:29,303 [ 204624] FINE - #com.illuminatedcloud.intellij.builder.util.ForceComBuilderUtil - Created temporary package.xml file for selective deployment/retrieval:
<members>AccountInstallerSPSScore</members>
<name>UiFormatSpecificationSet</name>
</types>
<version>63.0</version>
</Package>
2025-05-19 17:40:29,303 [ 204624] FINE - #com.illuminatedcloud.intellij.builder.deploy.ForceComSfDeployer - Created temporary package.xml file 'C:/Users/XXX/AppData/Local/Temp/metadata_div1-XXX-package.xml'.
2025-05-19 17:40:29,314 [ 204635] FINE - #com.illuminatedcloud.intellij.util.VariableLengthPollingInterval - C:/Program Files/sfdx/bin/sf.cmd project deploy start -o ...