Skip to content

Commit 2a83d24

Browse files
author
Philippe Gil
committed
Merge branch 'topic/gil-1335-edge-build-failure' into 'edge'
add missing new 'Resolve_Links' parameter See merge request eng/ide/ada_language_server!1546
2 parents 543f697 + f0cbd25 commit 2a83d24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/gpr/lsp-gpr_files.adb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,8 +1488,9 @@ package body LSP.GPR_Files is
14881488
begin
14891489
if Name'Length > 0 then
14901490
return GPR2.Project.Create
1491-
(GPR2.Filename_Type (Name),
1492-
File.Search_Paths);
1491+
(Name => GPR2.Filename_Type (Name),
1492+
Resolve_Links => File.File_Provider.Follow_Symlinks,
1493+
Paths => File.Search_Paths);
14931494
else
14941495
return Path_Name.Undefined;
14951496
end if;

0 commit comments

Comments
 (0)