Closed paulober closed 4 days ago
Currently the publish command does support adding darwin-x64
and darwin-arm64
but package not. So if you have a platform dependent package are you supposed to package all platforms platform dependent but for macOS package universal and publish platform dependent?
CC @isidorn
This requires support in Marketplace.
Let's not overcomplicate things here. If you have binaries that run on both OSs, please publish both the -x64
and -arm64
targets for the extension.
I overcomplicate things in publishing scripts with the current state. But fine.
Since many binaries are currently build for macOS universal I guess also many
darwin-x64
and darwin-arm64 vsix packages are the same. Therefore I would suggest adding a new targetdarwin-universal
which would if uploaded replace the downloads fordarwin-x64
anddarwin-arm64
without using double the storage on the Microsoft servers. But it would still allow to later publish adarwin-x64
for example which would then label thedarwin-universal
asdarwin-arm64
and upload the new package asdarwin-x64
.