Skip to content

Commit

Permalink
Merge branch 'topic/merge_edge_2_master' into 'master'
Browse files Browse the repository at this point in the history
Bump edge to master

Closes #1335

See merge request eng/ide/ada_language_server!1588
  • Loading branch information
AnthonyLeonardoGracio committed Jun 24, 2024
2 parents cdcb010 + 6cdd1b0 commit f048ad8
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 @@ -1475,8 +1475,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 f048ad8

Please sign in to comment.