stackb / bazel-stack-vscode

VSCode Extension for Bazel
https://docs.stack.build
Other
64 stars 4 forks source link

Propagate lint file directory as cwd to buildifier #120

Closed pcj closed 2 years ago

pcj commented 2 years ago

For https://github.com/bazelbuild/buildtools/pull/1080, the process needs to set the current working directory in order to find the .buildifier.json file. This PR adds that support.