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
Open VSX differs from the VS Code Marketplace in that Open VSX distinguishes between a publisher and a name space. VS Code Marketplace does not make this distinction. On Open VSX, one can see an extension's name, namespace and publisher. E.g.:
However, when an extension is shown in VS Codium, this distinction is lost and only the namespace is displayed. Same as in Theia, but it adds a publisher tooltip.
This is misleading because it would appear that this extension was published to Open VSX by ms-python (Microsoft). When it was published by the open-vsx admin account.
My suggestion would be to replace the extension namespace with the publisher both on the extension details page and on the list of extensions:
The text was updated successfully, but these errors were encountered:
This is similar to an issue I opened in Theia: eclipse-theia/theia#14240.
Open VSX differs from the VS Code Marketplace in that Open VSX distinguishes between a publisher and a name space. VS Code Marketplace does not make this distinction. On Open VSX, one can see an extension's name, namespace and publisher. E.g.:
However, when an extension is shown in VS Codium, this distinction is lost and only the namespace is displayed. Same as in Theia, but it adds a
publisher
tooltip.This is misleading because it would appear that this extension was published to Open VSX by
ms-python
(Microsoft). When it was published by theopen-vsx
admin account.My suggestion would be to replace the extension namespace with the publisher both on the extension details page and on the list of extensions:
The text was updated successfully, but these errors were encountered: