Visual Studio Code – VSCode/Pylance converts network drive to UNC path
I have a python file on a network drive (X:foo.py). If I click on a python function defined in the same file and press F12 (go to definition), VSCode opens a new window where the file name is \some.unc.pathfoo.py This…