Intention to release vscode-python-environments also on open-vsx.org? #25491
-
Hi! I would be very curious whether there are plans to release https://github.com/microsoft/vscode-python-environments next to the other ms-python extensions on open-vsx.org? It would help us to revive first-class pixi environment support that seems to have been phased out in favour of third-party integration through vscode-python-environments. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for asking. At the moment our extension build pipeline is customised to be able to automatically publish to the VS Marketplace. It would require engineering effort to adjust the pipeline to also publish to the open-vsx repository. Also vscode-python extension is only tested with the official VS Code build, and we can not guarantee how it runs in unofficial builds. By publishing on open-vsx we would expect more user issues to come-in from unsupported builds - which we do not want (to keep the dev team focused on fixing impactful issues). Thus, we currently have no plans to do the investment to our eng pipeline to publish to open-vsx, however let's keep this issue open to gather feedback. |
Beta Was this translation helpful? Give feedback.
Thanks for asking. At the moment our extension build pipeline is customised to be able to automatically publish to the VS Marketplace. It would require engineering effort to adjust the pipeline to also publish to the open-vsx repository. Also vscode-python extension is only tested with the official VS Code build, and we can not guarantee how it runs in unofficial builds. By publishing on open-vsx we would expect more user issues to come-in from unsupported builds - which we do not want (to keep the dev team focused on fixing impactful issues).
Thus, we currently have no plans to do the investment to our eng pipeline to publish to open-vsx, however let's keep this issue open to gather feed…