-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Description
It actually doesn't do nothing, we should be supporting workspace/reload.
| override def workspaceReload(): CompletableFuture[AnyRef] = |
| private def onReload(): CompletableFuture[AnyRef] = { |
After testing it a bit just now, it technically does work, but in this use case it's a bit wonky.
Screen.Recording.2022-12-09.at.10.05.31.mov
after adding a new directive/dependency in the code, workspace/reload doesn't seem to pick it up until the first re-compilation is triggered. It doesn't matter if it's from the command line, or if it's a re-run from IntelliJ and the re-run should go through BSP).
Not sure where's the bug, but it's worth investigating on our side. I'll create a ticket.
Originally posted by @Gedochao in #1659 (comment)
tgodzik, julienrf and lwronski
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done