Implement support for Eclipse-based classpath service

Note: this requires changes to LSP4e to support
to provide the means to execute commands, by dispatching
command execution to the server that registered it.
This commit is contained in:
Kris De Volder
2018-04-17 13:22:50 -07:00
parent d29254f167
commit 590482c418
5 changed files with 139 additions and 18 deletions

View File

@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.jface.text,
com.google.guava,
org.eclipse.debug.ui,
org.eclipse.ui.console
org.eclipse.ui.console,
org.springframework.tooling.jdt.ls.commons
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.springframework.tooling.ls.eclipse.commons,