Hello dear VSCE maintainers!
Background
We are packaging and publishing our VSCode extension using vsce. We are publishing 4 platform-specific VSIXs, and one universal VSIX. The use case is that in the platform-specific VSIXs we embed the Java runtime that is needed to run the extension, while for the universal VSIX (all other platforms) we use the user’s configured Java runtime.
Problem
Automatic publishing of the universal VSIX (without the target option) after publishing the platform-specific ones is failing with an error
Error: ACompany.an.extension v3.10.0 already exists.
It is worth mentioning that the manual upload of the universal VSIX to the marketplace works without any problems.
Additional information
This issue could be possibly related to the #623
The script that we use for GitHub actions can be found here.
Could you please let us know if this is expected behavior? How could we successfully automate publishing 4 platform-specific VSIXs and finally a universal one for the same version?
Happy to provide you with any additional information,
Thank you in advance,
Sophio
Hello dear VSCE maintainers!
Background
We are packaging and publishing our VSCode extension using vsce. We are publishing 4 platform-specific VSIXs, and one universal VSIX. The use case is that in the platform-specific VSIXs we embed the Java runtime that is needed to run the extension, while for the universal VSIX (all other platforms) we use the user’s configured Java runtime.
Problem
Automatic publishing of the universal VSIX (without the
targetoption) after publishing the platform-specific ones is failing with an errorError: ACompany.an.extension v3.10.0 already exists.It is worth mentioning that the manual upload of the universal VSIX to the marketplace works without any problems.
Additional information
This issue could be possibly related to the #623
The script that we use for GitHub actions can be found here.
Could you please let us know if this is expected behavior? How could we successfully automate publishing 4 platform-specific VSIXs and finally a universal one for the same version?
Happy to provide you with any additional information,
Thank you in advance,
Sophio