dragos / dragos-vscode-scala

Other
253 stars 39 forks source link

LanguageServer component as a separate library #79

Closed keyboardDrummer closed 6 years ago

keyboardDrummer commented 6 years ago

Hi,

Could you move everything in "/languageserver/src" into a separate library? I know the code hasn't been written to be a library, but it's generic enough to be re-usable. Currently I'm just copy pasting your code for adding LSP support to Miksilo.

Cheers, Remy

alexarchambault commented 6 years ago

@keyboardDrummer It's already published as a library ("com.github.dragos" %% "languageserver" % "0.2.1", for scala 2.12). The extension here fetches it this way (via the ensime-lsp module, published as a library too).

dragos commented 6 years ago

Thanks @alexarchambault, I think that should be good enough for now.