You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: