summaryrefslogtreecommitdiff
path: root/contrib/bsp/src/mill/contrib/bsp/ModuleUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* Reformat codeSamvel Abrahamyan2019-10-121-85/+101
* Update contrib/bsp/src/mill/contrib/bsp/ModuleUtils.scala Alexandra Dima2019-10-121-1/+1
* Fix typo in data kind field, use constants from bsp4jSamvel Abrahamyan2019-10-121-2/+2
* Changed the clean cache method back to a subprocess because this way it can w...Alexandra Dima2019-10-121-7/+7
* Added docstrigs and comments. Also cleaned unused imports. Changd the printSt...Alexandra Dima2019-10-121-29/+119
* Addressed code review feedback.Alexandra Dima2019-10-121-55/+53
* Modified the construction of the string ids for each BuildTargetIdentifier as...Alexandra Dima2019-10-121-6/+8
* Modified the compilation diagnostics reporter to send not only the currently ...Alexandra Dima2019-10-121-31/+30
* Added a root target for the mill base module of each project so that intellij...Alexandra Dima2019-10-121-6/+50
* Fixed bug in building the data field of a BuildTarget which represents a mill...Alexandra Dima2019-10-121-4/+10
* Added support for sending start/finish compilation notifications even when al...Alexandra Dima2019-10-121-4/+4
* Imporved the way a target's display name is computed.Alexandra Dima2019-10-121-3/+11
* Fixed bug in computing the scala library dependencies of a ScalaBuildTarget.Alexandra Dima2019-10-121-0/+1
* Removed commented code and fixed bug in assigned target ids. Now the uri of e...Alexandra Dima2019-10-121-3/+2
* Refactored MillBuildServer by putting the future completion at the end of eac...Alexandra Dima2019-10-121-5/+1
* Fixed bugs in getting target capabilities and dependencies.Alexandra Dima2019-10-121-5/+2
* Implemented support for publishing compilation diagnostics through the custom...Alexandra Dima2019-10-121-0/+3
* Fixed bugs in ModuleUtils by converting every java path with toUri and using ...Alexandra Dima2019-10-121-16/+25
* Implemented MillBuildServer methods for retrieving the scala main classes and...Alexandra Dima2019-10-121-21/+21
* Started integrating mill with Build Server ProtocolAlexandra Dima2019-10-121-0/+129