Summary
The standard setup at my workplace is to junction our development directory. So I work in C:\whatever but the physical location of all my files is actually S:\whatever. In VS Code, when I hit F12 on a symbol, ty opens the source code in the S:\whatever location.
I briefly mentioned it in issue 1967, but it turned out not to be the source of that bug.
The python-environment-tools project just fixed this bug in their locator: microsoft/python-environment-tools#277
Any chance you could implement a similar fix in ty please?
Version
0.0.12
Summary
The standard setup at my workplace is to junction our development directory. So I work in C:\whatever but the physical location of all my files is actually S:\whatever. In VS Code, when I hit F12 on a symbol, ty opens the source code in the S:\whatever location.
I briefly mentioned it in issue 1967, but it turned out not to be the source of that bug.
The
python-environment-toolsproject just fixed this bug in their locator: microsoft/python-environment-tools#277Any chance you could implement a similar fix in
typlease?Version
0.0.12