Skip to content

Commit 3d47689

Browse files
committed
fix inconsistency with root package init
1 parent 4a59054 commit 3d47689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/served/extension.d

+2-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ RootSuggestion[] rootsForProject(string root, bool recursive, string[] blocked,
620620
{
621621
}
622622
}
623-
ret ~= RootSuggestion(root, rootDub);
623+
addSuggestion(root, rootDub);
624+
624625
if (recursive)
625626
{
626627
PackageDescriptorLoop: foreach (pkg; tryDirEntries(root, "dub.{json,sdl}", fs.SpanMode.breadth))

0 commit comments

Comments
 (0)