Closed
Description
Although the following issues seem to be closed/resolved:
- Add support for specific platforms #336
- Implement target platform #406
- Infer publish
target
from package manifest & allow multiple--packagePath
args #461
We're having trouble publishing vsix
files with various targets to open-vsx.org registry.
Setup
we're trying to publish our .vsix package (already created with
vsce package --pre-release --target win32-x64 -o phptools-vscode-$target-$version.vsix
)
- .vsix files are created correctly, working on VSC marketplace, XML
vsixmanifest
hasTargetPlatform
correctly set. - I guess
.vsix
file name is not important
Issue
We're then publishing to open-vsx.org registry using command npx ovsx publish phptools-vscode-$target-$version.vsix -p $(PAT)
.
- Publishing the second target fails with:
❌ Extension devsense.phptools-vscode version 1.12.10053 is already published.
- The extension page https://open-vsx.org/extension/devsense/phptools-vscode does not specify:
- the extension is pre-release
- the extension is target specific, allowing to download a specific version
Is it something not yet implemented on open-vsx.org?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels