bazel-stack-vscode icon indicating copy to clipboard operation
bazel-stack-vscode copied to clipboard

Add .bazelrc.user or similar

Open alexeagle opened this issue 5 years ago • 2 comments

Not sure if it's a good idea...

In rules_nodejs and some repos I work in, we want the .gitignore'd file for the user's personal preferences to be .bazelrc.user the syntax highlighter doesn't pick it up.

alexeagle avatar Jul 22 '20 23:07 alexeagle

Is this a known convention?

This could be made configurable in the package.json (which file patterns to match).

pcj avatar Aug 04 '20 20:08 pcj

No I think it's a made-up convention. https://docs.bazel.build/versions/master/best-practices.html#bazelrc says to use user.bazelrc

On Tue, Aug 4, 2020 at 1:05 PM Paul Cody Johnston [email protected] wrote:

Is this a known convention?

This could be made configurable in the package.json (which file patterns to match).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stackb/bazel-stack-vscode/issues/7#issuecomment-668798818, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALSI4U7E7LHN4CZE5WHYDR7BS2NANCNFSM4PFGDEAA .

alexeagle avatar Aug 04 '20 22:08 alexeagle