You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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 ischuckjonas.apex-pmd
whereas in Open VSX Registry it ispmd.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!
The text was updated successfully, but these errors were encountered: