Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify the publisher for VS Code Marketplace & Open VSX #167

Open
mingxuanzhangsfdx opened this issue Jun 13, 2024 · 1 comment
Open

Unify the publisher for VS Code Marketplace & Open VSX #167

mingxuanzhangsfdx opened this issue Jun 13, 2024 · 1 comment

Comments

@mingxuanzhangsfdx
Copy link

Describe the bug
Hi there! This is from Salesforce VS Code team. apex-pmd is part of Salesforce VS Code Expanded Pack. We recently found a discrepancy of the entries for apex-pmd in Open VSX and VS Code Marketplace. In VS Code Marketplace it is chuckjonas.apex-pmd whereas in Open VSX Registry it is pmd.apex-pmd.

apex-pmd is the only extension within the expanded pack has the different entries for Marketplace and Open VSX Registry. We only publish a single version of expanded pack, so that makes the installation from Open VSX unable to find apex-pmd previously. We just checked in a fix but that is kind of an undefined behavior of VS Code - VS Code does not report any warnings or errors if the entry is not existed. We are still hoping apex-pmd could have a unified publisher.

Looking forward to your reply!

@adangel
Copy link
Collaborator

adangel commented Oct 12, 2024

What I could offer is, to publish this extension also as pmd.apex-pmd on VS Code Marketplace. That means, the same extension would be available at:

  1. https://marketplace.visualstudio.com/items?itemName=chuckjonas.apex-pmd
  2. https://marketplace.visualstudio.com/items?itemName=pmd.apex-pmd (doesn't exist yet...)
  3. https://open-vsx.org/extension/pmd/apex-pmd

(Some time ago, I created the "pmd" publisher namespace - https://marketplace.visualstudio.com/publishers/pmd)

Would that work? Then you could use a single name pmd.apex-pmd for both registries.

The extension under the new publisher "pmd" will start with 0 downloads, etc. See also microsoft/vscode#3670 - there is way to transfer an extension to a different publisher. Regardless which method is used - the extension will have a different id, which means, that users need to uninstall the old extension and install the new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants