Skip to content

Commit

Permalink
Merge branch 'topic/gil-1335-edge-build-failure' into 'edge'
Browse files Browse the repository at this point in the history
add missing new 'Resolve_Links' parameter

See merge request eng/ide/ada_language_server!1546
  • Loading branch information
Philippe Gil committed Apr 18, 2024
2 parents 543f697 + f0cbd25 commit 2a83d24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/gpr/lsp-gpr_files.adb
Original file line number Diff line number Diff line change
Expand Up @@ -1488,8 +1488,9 @@ package body LSP.GPR_Files is
begin
if Name'Length > 0 then
return GPR2.Project.Create
(GPR2.Filename_Type (Name),
File.Search_Paths);
(Name => GPR2.Filename_Type (Name),
Resolve_Links => File.File_Provider.Follow_Symlinks,
Paths => File.Search_Paths);
else
return Path_Name.Undefined;
end if;
Expand Down

0 comments on commit 2a83d24

Please sign in to comment.