I'm using eclipse on windows to connect to files on a wsl, and I have run into what is apparently an eclipse bug which file names such as \wsl$\folder1\pom.xml get mangled. https://bugs.eclipse.org/bugs/show_bug.cgi?id=577938
A comment in the bug report suggests a possible workaround
A workaround is to map the UNC path to a drive letter, but this shouldn't be necessary
How would I do that?