IntelliJ plugin - repository from a substituted drive using the mapped path instead of the original one
I have a repository located on a mapped drive W:, which points to C:\DevW. The mapping is done using registry DOS Devices, aka psubst.
When I open the repository in IntelliJ, it uses W: to access the project as it should. When using CodeStream, it somehow resolves to the mapped path instead. As a result following features do not work for me:
Only show PRs from open repos:

It does not match the open repo, most likely it is not aware C:\DevW and W:\ are the same.
Open local file from the review interface:

It opens a file from C:\DevW, which is then assumed not to be part of the project by the IDE (and it can be opened, twice, once from W: and once from C:).
Thanks for the report @OndrejSpanel. I'll have someone dig into this.