Skip to content

Commit 71bffb7

Browse files
committed
Remove ExecutorService from BspClient, since it was used for extracting line offset from generated sources, with the current implementation we don't read the files so no need for more threads.
Original code's purpose can be seen in the commit that introduces it: 4297b07.
1 parent b67eb3e commit 71bffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/build/src/main/scala/scala/build/bsp/BspImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ final class BspImpl(
454454
* @param initialInputs
455455
* the initial input sources passed upon initializing the BSP connection (which are subject to
456456
* change on subsequent workspace/reload requests)
457-
*/
457+
*/
458458
override def run(initialInputs: Inputs, initialBspOptions: BspReloadableOptions): Future[Unit] = {
459459
val logger = initialBspOptions.logger
460460
val verbosity = initialBspOptions.verbosity

0 commit comments

Comments
 (0)