I wonder, would it be possible to reuse language server processes, for example if I open directory in Code, start editing application.properties (with completion) and then decided to open project in Eclipse IDE.
For reference Gradle would reuse daemon process if the same version is used in command line and IDE.