1 parent 5626be4 commit 329a07aCopy full SHA for 329a07a
1 file changed
lua/tasks/module/bazel.lua
@@ -20,7 +20,7 @@ local function query_bazel_targets()
20
end
21
22
-- Fall back to bazel query if .bazeltargets doesn't exist
23
- local allTargets = vim.fn.systemlist('bazel query \'kind(".*_binary|.*_test|.*_library", //...)\'')
+ local allTargets = vim.fn.systemlist('bazel query \'kind(".*_binary|.*_test|.*_library|.*_application", //...)\'')
24
local targets = {}
25
for _, candidate in ipairs(allTargets) do
26
local bazelTarget = string.gmatch(candidate, '//.+')()
0 commit comments