We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.bazeliskrc
env
1 parent 12cfdb7 commit b7fbae5Copy full SHA for b7fbae5
languages.toml
@@ -3328,6 +3328,7 @@ file-types = [
3328
{ glob = "_environment-*" }, # https://quarto.org/docs/projects/environment.html#profile-environments
3329
{ glob = "_environment.local" }, # https://quarto.org/docs/projects/environment.html#local-environment
3330
{ glob = "_environment.required" }, # https://quarto.org/docs/projects/environment.html#required-variables
3331
+ { glob = ".bazeliskrc" }, # https://github.com/bazelbuild/bazelisk#bazeliskrc-configuration-file
3332
]
3333
injection-regex = "env"
3334
comment-token = "#"
0 commit comments