Skip to content

Commit

Permalink
fix: "directories section empty" error in auto import (#6622)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak authored Aug 8, 2024
1 parent 321f132 commit 8e38837
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ private ProjectView defaultEmptyProjectView() {
"# - either keep it set to `true` to import ALL targets in the directories section",
"# - or set it to `false` and add `targets` section to choose the targets selectively",
"",
"directories: ",
"# Specify the source directories to be imported here",
"# directories: ",
"# Specify the source directories to be imported here",
"",
"view_project_root: true",
"derive_targets_from_directories: true",
Expand Down

0 comments on commit 8e38837

Please sign in to comment.