scalacenter / bloop

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.

Home Page:https://scalacenter.github.io/bloop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement cancellation for `buildTarget/run` and `buildTarget/test`

rochala opened this issue · comments

Currently bloop doesn't support cancellation of run and test tasks.
Those requests should be handled as it is quite a common use case, which it very hard
to handle these task differently.