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
Search for commands in Bazel output that match a regex and execute them, the default path of file should be in the workspace root .bazel_fix_commands.json
Calling that "the default path" is a bit of a misnomer since it's hardcoded, and then it just directly os.Opens that, so it looks in whatever your working dir happens to be.
The text was updated successfully, but these errors were encountered:
Update readConfigs to take a workspace_finder.WorkspaceFinder and call FindWorkspace on that object then filepath.Join it with the preexisting filename in the open statement.
--run_output
is documented as:Calling that "the default path" is a bit of a misnomer since it's hardcoded, and then it just directly
os.Open
s that, so it looks in whatever your working dir happens to be.The text was updated successfully, but these errors were encountered: