We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: