Replies: 1 comment
-
Wonderful. A similar approach would be needed for: Visual Studio extension · Issue #2617 · streetsidesoftware/cspell Did you plan on using the VS Code language-sever protocol? It might be too tightly coupled to VS Code. I think it might be worth it to have a server implementation that is not tightly coupled to VS Code.
I think the server itself can have a different license, most likely MIT. But, any package that tightly bundles dictionaries, must be compatible with the licenses of the dictionaries. The VS Code extension uses a GPL license to handle the case where bundled (zipped with the extension) dictionaries carry the GPL license. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently thinking of using the language server part of this plugin to integrate into Eclipse. It is possible as a improvement to provide language server component as a separate downloadable artifact ?
Another option is that I build it my self using source code and package it inside my Eclipse plugin, Not sure how the license will work out since I normally release my plugins under EPL.
Do you have any good recommendation on this to move forward ?
Beta Was this translation helpful? Give feedback.
All reactions