We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0baa4 commit 4204833Copy full SHA for 4204833
source/gpr/lsp-gpr_files.adb
@@ -1475,8 +1475,9 @@ package body LSP.GPR_Files is
1475
begin
1476
if Name'Length > 0 then
1477
return GPR2.Project.Create
1478
- (GPR2.Filename_Type (Name),
1479
- File.Search_Paths);
+ (Name => GPR2.Filename_Type (Name),
+ Resolve_Links => File.File_Provider.Follow_Symlinks,
1480
+ Paths => File.Search_Paths);
1481
else
1482
return Path_Name.Undefined;
1483
end if;
0 commit comments