tmandry / lavender

Generate Visual Studio projects for Bazel (experimental)
MIT License
73 stars 17 forks source link

Debugger, error messages go to file in bazel exec_root #5

Open tmandry opened 6 years ago

tmandry commented 6 years ago

bazel sets up a junction so that file paths in its exec_root (where it runs the compiler) point to the files/directories in the original source directory.

However, Visual Studio doesn't realize this, and thinks the files at the different paths are distinct. This breaks IntelliSense, modify/save behavior, etc when in the exec_root "upside-down".