mysql / mysql-shell-plugins

Plugins for the MySQL Shell
Other
75 stars 15 forks source link

Add this extension to OpenVSX #8

Closed byjg closed 2 years ago

byjg commented 2 years ago

Hello,

Is it possible to add this extension to OpenVSX? OpenVSX is a repository of Microsoft Visual Studio Code Extension vendor neutral.

Here are the instructions: https://www.gitpod.io/blog/open-vsx#publishing

mike-lischke commented 2 years ago

Hi @byjg, in order to use OpenVSX, developers need a custom build of VS Code, is that correct? If so then we don't see a real value for publishing there (yet). Let me know if you have compelling reasons to publish the extension on OpenVSX, but I'm afraid that "this is a marketplace independent of Microsoft" alone doesn't count much.

byjg commented 2 years ago

Thank you for your reply. In fact, when your extension is there will be available for third party services are using the Visual Studio Code Server which allows you run your code on the cloud. I really enjoy that extension and it is the key change to move my development to the cloud.

One example of 3rd party service is Gitpod.

By the way, that extension works perfectly on codespaces and GitHub.dev.

On Tue., Jul. 26, 2022, 08:30 Mike Lischke, @.***> wrote:

Hi @byjg https://github.com/byjg, in order to use OpenVSX, developers need a custom build of VS Code, is that correct? If so then we don't see a real value for publishing there (yet). Let me know if you have compelling reasons to publish the extension on OpenVSX, but I'm afraid that "this is a marketplace independent of Microsoft" alone doesn't count much.

— Reply to this email directly, view it on GitHub https://github.com/mysql/mysql-shell-plugins/issues/8#issuecomment-1195487560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHPXJAU5FGOANWGAMJ563TVV7SAHANCNFSM54F572KQ . You are receiving this because you were mentioned.Message ID: @.***>

mike-lischke commented 2 years ago

Btw. this extension is no web extension (and will never be, as it uses an embedded MySQL Shell binary for its work), so it cannot work in Github.dev.