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
Hi Ruben, thanks for taking the time to create this extension and publish it to Microsoft’s marketplace. Sadly, Microsoft prohibits fully free/libre open source editors from accessing its marketplace, so those use an alternative extension registry instead. Please consider publishing the extension there as well to support the broader ecosystem of free/libre open source software.
The steps are described in detail in the Open VSX documentation, but essentially consist of:
Create an account on the web and get an access token.
Create a namespace: ovsx create-namespace RubenVerg -p "$OVSX_ACCESS_TOKEN"
Publish a build: ovsx publish xcompose.vsix -p "$OVSX_ACCESS_TOKEN".
Please let me know if I can help in any way.
The text was updated successfully, but these errors were encountered:
Hi Ruben, thanks for taking the time to create this extension and publish it to Microsoft’s marketplace. Sadly, Microsoft prohibits fully free/libre open source editors from accessing its marketplace, so those use an alternative extension registry instead. Please consider publishing the extension there as well to support the broader ecosystem of free/libre open source software.
The steps are described in detail in the Open VSX documentation, but essentially consist of:
ovsx create-namespace RubenVerg -p "$OVSX_ACCESS_TOKEN"
ovsx publish xcompose.vsix -p "$OVSX_ACCESS_TOKEN"
.Please let me know if I can help in any way.
The text was updated successfully, but these errors were encountered: