Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LS: Consider empty strings in
workspace/configuration
as None
It occurs that the `workspace/configuration` request returns `Some("")` for the `cairo1.corelibPath` field even if it is not set anywhere. This fact blocked any logic that happened in the ` find_unmanaged_core ` function, as it always assumed that the user explicitly set the path in their config to `""`. By nullifying empty configuration values, this change fixes `find_unmanaged_core`. commit-id:c5cd2e07
- Loading branch information