Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Future filter error during connecting to build server
If we get to the state that selected build tool is no longer available, Metals would crash. This happend in `MetalsLspService.buildTool` if `BuildToolSelector.checkForChosenBuildTool` returned Future(None)
- Loading branch information