To be able to use most up to date dotty-language-server by yourself.
- Clone lampepfl/dotty
- Make sure you already have coursier
- run sbt in dotty directory
project dotty-language-server
compile
package
publishLocalPublish local will locally publish the dependencies and the artifact into your local ivy2 (~/.ivy2/local)
- then bootstrap the language server using coursier :
coursier bootstrap ch.epfl.lamp:dotty-language-server_${DOTTY_VERSION}:${DOTTY_VERSION}-${DOTTY_REVISION}-bin-SNAPSHOT -r ivy2local --standalone -o ~/.local/bin/dotty-language-server -M dotty.tools.languageserver.Main