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
When setting --symlink_prefix on the commandline or .bazelrc, the bazel-out symlink might not exist or be somewhere else. But extract.py currently assumes bazel-out exists and generates a compile_commands.json file containing many references to it.
There seems to be no way of accessing the symlink_prefix via an environment variable or similar, so the refresh_compile_commands() might need an additional argument.