Skip to content

Commit

Permalink
Add support for try_import
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Sep 5, 2024
1 parent 7385e89 commit 10693f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private void parseProjectFile(Path bazelProjectFile, BazelProjectViewBuilder bui
parseSectionBodyAsBoolean(rawSection, builder.deriveTargetsFromDirectories);
break;
}
case "import": {
case "import", "try_import": {
Path fileToImport;
try {
fileToImport = rawSection.getBodyAsPath();
Expand Down

0 comments on commit 10693f2

Please sign in to comment.