Skip to content

Commit b7dbd2e

Browse files
authored
Always show build results (#13)
1 parent 985a304 commit b7dbd2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compilationDatabase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export function createBazelBuildAspectCommand(
8383
"--override_repository=bazel_vscode_compdb=" + repositoryPath,
8484
"--aspects=@bazel_vscode_compdb//:aspects.bzl%compilation_database_aspect",
8585
"--color=no",
86+
"--show_result=2147483647", // MAX_INT
8687
"--noshow_progress",
8788
"--noshow_loading_progress",
8889
"--output_groups=compdb_files,header_files",

0 commit comments

Comments
 (0)