-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
Open VSX client #421
Comments
Wild Web Developer isn't a VSCode compatible editor, and the goal is not to make a general puprose editor which users have to extend. It's a narrower-scope solution which is based upon the generic editor. |
OK, LSP4E also doesn't look as correct scope for this feature. This should be something similar like Marketplace Client, as http://open-vsx.org/ is also Eclipse project. Would be good to have bridge that will consume vsix package:
|
There is no direct binding of VS Code extensions to Eclipse IDE. So it's not only a fetch/package issue, it would also mean that to support VS extensions, some Eclipse plugin will need to implement all VSCode APIs (basically an alternative VSCode implementation) so that extensions could use that API and see it reacting as expected in the Eclipse IDE. Some time ago, there was an attempt at Eclipse Foundaiton of some language server registry. I also made experiments about automatically configurating and associating a language server by asking DockerHub APIs. And although many project managers seemed to think it was the best idea ever, those ended become abandoned, and the energy wasted. |
I had hope because Eclipse Theia + Eclipse Che already are able to consume them :P (I know different project, different languages). Anyway I understand your point of view and potential risk. Thank You for explanation. I have to rethink general idea, how-to simplify lsp/grammars installation. |
For Grammars, you can see eclipse-tm4e/tm4e#157 |
Hi, I think would be nice if WWD could install extensions directly from http://open-vsx.org/
The text was updated successfully, but these errors were encountered: