Closed keyboardDrummer closed 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).
Thanks @alexarchambault, I think that should be good enough for now.
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