-
Notifications
You must be signed in to change notification settings - Fork 9
Reorganize plugins #29
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
Comments
Can you please elaborate about what would be the content of each of these bundles? I'm unsure splitting core and ui is meaningful there, as this integration has for sole goal to integrate language server in UI. |
Commit 2c58077 does extract the language-specific parts to a separated plugin. So everything inside the |
Thanks @mickaelistria ! Once the launch topic will be clear, we will able to to split org.eclipse.languageserver.languages into:
and find a solution to contribute to launch. This split will help the dev of another language (I'm experimenting for TypeScript). |
Does typescript server implement the language server protocol? |
No, I'm trying to study it. If it's not complex I will implement it. |
Get in touch with the Typescript and VSCode people first. I know they plan to ship one together with the regular typescript tools. I can't tell about progress, status nor ETA. |
I've opened microsoft/TypeScript#11274 |
Closing as this is not really an issue at the moment. We'll probably have to reconsider how the "languages" bundle is organized as LSP4E or downstream project start shipping actual support for languages with existing language servers. |
org.eclipse.languageserver should be spliited into several plugins:
The text was updated successfully, but these errors were encountered: