Open
Description
Is your feature request related to a problem? Please describe.
We use bazel to build swift project. Bazel will copy the source files of my workspace to its own directory. So in the compilation command I provided, the path is under bazel's build directory(including the swift source file and the swiftmodule file).
When I use the 'jump to definition', it will jump to the file, where is under bazel's build directory instead of my workspace directory
Describe the solution you'd like
If it support file mapping,then it can jump to file under my workspace directory.