Open sparr opened 2 months ago
The extension is currently published only(?) at https://marketplace.visualstudio.com/items?itemName=justarandomgeek.factoriomod-debug on MS' private marketplace, which does not allow connections from vscodium, other unofficial builds of vscode, or other clients.
It would be great if it was also published at https://open-vsx.org
Previous short discussions on Discord starting here and here
Relevant documentation here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
Once it's all set up, pushing new versions should just require npx ovsx publish -p <token>
npx ovsx publish -p <token>
The extension is currently published only(?) at https://marketplace.visualstudio.com/items?itemName=justarandomgeek.factoriomod-debug on MS' private marketplace, which does not allow connections from vscodium, other unofficial builds of vscode, or other clients.
It would be great if it was also published at https://open-vsx.org
Previous short discussions on Discord starting here and here
Relevant documentation here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
Once it's all set up, pushing new versions should just require
npx ovsx publish -p <token>