Closed
Description
The extension code expects adapter to return unnormalized file paths, but the adapter is returning after normalizing paths.
This causes a problem in windows. Consider the following file path sent from the adapter.
c:\users\user\documents\test-venv\tests\test_a.py
The actual file path is c:\Users\User\Documents\test-venv\Tests\test_a.py